Uses of Class
adams.core.PublishSubscribeHandler
-
Packages that use PublishSubscribeHandler Package Description adams.event adams.flow.standalone.subprocessevent -
-
Uses of PublishSubscribeHandler in adams.event
Methods in adams.event that return PublishSubscribeHandler Modifier and Type Method Description PublishSubscribeHandler
PublicationEvent. getHandler()
Returns the handler.Constructors in adams.event with parameters of type PublishSubscribeHandler Constructor Description PublicationEvent(PublishSubscribeHandler handler, Object dataSource, Object publishedData)
Initializes the event. -
Uses of PublishSubscribeHandler in adams.flow.standalone.subprocessevent
Fields in adams.flow.standalone.subprocessevent declared as PublishSubscribeHandler Modifier and Type Field Description protected PublishSubscribeHandler
SubPub. m_PublishHandler
the pub/sub handler for publishing.protected PublishSubscribeHandler
SubPub. m_SubscribeHandler
the pub/sub handler for subscribing.
-