Interface | Description |
---|---|
ModificationSubscriber |
ModificationSubscriber helps define a 'modification-type' subscriber which
allows to develop an exit plugin which can allow 2-Phase commit.
|
NotificationSubscriber |
The notification-type subscriber allows developers to write exit function
which doesn't make any modifications to the DataGraph that is being sent
into the topic-emitter on which the subscriber is listening in.
|
Subscriber |
Subscriber Interface provides a generic interface for various
Topic Subscribers to write various subscribers which listen in
on various topics from the topic-emitters.
|
Class | Description |
---|---|
SubscriberType |
A representation of the literals of the enumeration 'Subscriber Type',
and utility methods for working with them.
|