Uses of Interface
dev.getelements.elements.sdk.util.Publisher
Packages that use Publisher
-
Uses of Publisher in dev.getelements.elements.sdk.spi
Constructors in dev.getelements.elements.sdk.spi with parameters of type PublisherModifierConstructorDescriptionElementEventDispatcher(ElementRecord elementRecord, ServiceLocator serviceLocator, Publisher<Event> eventPublisher) -
Uses of Publisher in dev.getelements.elements.sdk.util
Subinterfaces of Publisher in dev.getelements.elements.sdk.utilModifier and TypeInterfaceDescriptioninterfaceUsed to implement a publish/subscribe system.Classes in dev.getelements.elements.sdk.util that implement PublisherModifier and TypeClassDescriptionclassRepresents an abstractPublisherinstance.classA thread-safePublisherwhich uses a standardConcurrentLinkedDequeto perform operations.classImplements aAsyncPublisherusing aLockto control concurrency.classA non-threadsafe publisher which tracks subscribers in a linked list.