Uses of Interface
org.idempiere.distributed.ITopicSubscriber
Packages that use ITopicSubscriber
Package
Description
Provide interface and classes for handling of UI and model event
Provide interface and classes for message broadcasting service
Provide interface for iDempiere distributed services (cache, cluster and messaging)
-
Uses of ITopicSubscriber in org.adempiere.webui.event
Classes in org.adempiere.webui.event that implement ITopicSubscriberModifier and TypeClassDescriptionclass
Class Manages Broadcast Messages across cluster -
Uses of ITopicSubscriber in org.idempiere.broadcast
Methods in org.idempiere.broadcast with parameters of type ITopicSubscriberModifier and TypeMethodDescriptionstatic void
BroadCastUtil.subscribe
(ITopicSubscriber<BroadCastMsg> subscriber) Add message subscriberstatic void
BroadCastUtil.unSubscribe
(ITopicSubscriber<BroadCastMsg> subscriber) Remove message subsriber -
Uses of ITopicSubscriber in org.idempiere.distributed
Methods in org.idempiere.distributed with parameters of type ITopicSubscriberModifier and TypeMethodDescriptionvoid
ITopic.subscribe
(ITopicSubscriber<T> subscriber) Subscribe to this messaging topicvoid
ITopic.unsubscribe
(ITopicSubscriber<T> subscriber) Unsubscribe subscriber from this messaging topic