| Interface | Description |
|---|---|
| ISubscriber |
Marker interface for subscribers.
|
| Publisher<E> |
A handle to Publish to a specific topic.
|
| Reference<E> |
Hold a reference to a specific topic/key.
|
| Replication |
Created by Rob Austin
|
| Subscriber<E> |
Subscriber to events of a specific topic/key.
|
| Subscription<E> |
INternal API for manaing 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.
|
| Exception | Description |
|---|---|
| InvalidSubscriberException |
An exception thrown when the subscriber is no longer valid and should be unregistered.
|
Copyright © 2015. All rights reserved.