See: Description
Interface | Description |
---|---|
BaseSubscriber |
Marker interface for subscribers.
|
BaseSubscriberBuilder<B extends BaseSubscriberBuilder<B,S,M>,S,M> | |
ConsumingSubscriber<E> | |
HasUsingMessage<M> | |
HasUsingTopic<T> | |
Publisher<E> |
A handle to Publish to a specific topic.
|
Reference<E> |
Hold a reference to a specific topic/key.
|
Subscriber<E> |
Subscriber to events of a specific topic/key.
|
SubscriberBuilder<M> | |
SubscriberBuilder.MessageConsumer<M> | |
SubscriptionCollection<E> |
Internal API for managing and monitoring subscriptions.
|
SubscriptionConsumer<T> |
Internal API for notifying events.
|
TopicPublisher<T,M> |
Publish to any topic in an Asset group.
|
TopicSubscriber<T,M> |
Subscriber for a pair of topic and message on an Asset group.
|
TopicSubscriberBuilder<T,M> | |
TopicSubscriberBuilder.MessageBiConsumer<T,M> |
Exception | Description |
---|---|
InvalidSubscriberException |
An exception thrown when the subscriber is no longer valid and should be unregistered.
|
Copyright © 2021. All rights reserved.