Jump to content

GLA Summit 2020/Broker Framework: Difference between revisions

From LabVIEW Wiki
Felipefoz (talk | contribs)
Felipefoz (talk | contribs)
Line 21: Line 21:
** [https://forums.ni.com/t5/Past-NIWeek-Sessions/NIWeek-2013-What-a-Software-Architect-Needs-to-Know-When-Using/ta-p/3501665 What a Software Architect Needs to Know When Using the Actor Framework] by David Staab
** [https://forums.ni.com/t5/Past-NIWeek-Sessions/NIWeek-2013-What-a-Software-Architect-Needs-to-Know-When-Using/ta-p/3501665 What a Software Architect Needs to Know When Using the Actor Framework] by David Staab
** [https://forums.ni.com/t5/Actor-Framework-Discussions/Best-practice-guidance-Sibling-actor-messaging/m-p/3404431 Best practice guidance: Sibling actor messaging]
** [https://forums.ni.com/t5/Actor-Framework-Discussions/Best-practice-guidance-Sibling-actor-messaging/m-p/3404431 Best practice guidance: Sibling actor messaging]
** [https://forums.ni.com/t5/Actor-Framework-Documents/Event-Source-Actor-Package/ta-p/3538542 | Event Source Actor Package] by Piotr Kruczkowski
** [https://forums.ni.com/t5/Actor-Framework-Documents/Event-Source-Actor-Package/ta-p/3538542 Event Source Actor Package] by Piotr Kruczkowski
** [https://forums.ni.com/t5/Bay-Area-LabVIEW-User-Group/CLA-Summit-2015-Presentation-Actor-Programming-without-an-Actor/m-p/3505029?profile.language=pt-br#M233 Actor Programming without an Actor Framework/ by Dmitry
** [https://forums.ni.com/t5/Bay-Area-LabVIEW-User-Group/CLA-Summit-2015-Presentation-Actor-Programming-without-an-Actor/m-p/3505029?profile.language=pt-br#M233 Actor Programming without an Actor Framework] by Dmitry
* Youtube Videos:
* Youtube Videos:
** [https://www.youtube.com/playlist?list=PLmF-6jvwRvVNFzBjzh4bQDjFbv6lShcth Actor Framework Tutorial] by Tom McQuillan
** [https://www.youtube.com/playlist?list=PLmF-6jvwRvVNFzBjzh4bQDjFbv6lShcth Actor Framework Tutorial] by Tom McQuillan

Revision as of 19:30, 23 December 2020

Broker Framework by Felipe Pinheiro Silva

Discover how to deliver messages among actors in Actor Framework with a broker-like Actor, using content or topic based messaging. This broker-like actor abstracts the message handling between the root actor and its nested actors without harming the actor tree communication. This "framework" uses the new interface feature from LabVIEW 2020, providing high decoupled actors and very modular architecture.


Presentation Links

See Also

External Links