Class SubscriptionAddedMessage
-
- All Implemented Interfaces:
-
org.somda.sdc.common.event.EventMessage
public class SubscriptionAddedMessage extends AbstractEventMessage<T>Event message to signalize that a SourceSubscriptionManager instance was added to a SubscriptionRegistry instance.
-
-
Field Summary
Fields Modifier and Type Field Description public final Tpayload
-
Constructor Summary
Constructors Constructor Description SubscriptionAddedMessage(SourceSubscriptionManager payload)Constructor.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
SubscriptionAddedMessage
SubscriptionAddedMessage(SourceSubscriptionManager payload)
Constructor.- Parameters:
payload- the subscription manager that has been added.
-
-
-
-