public interface Subscription
Modifier and Type | Method and Description |
---|---|
OutputAdapter |
getAdapter()
Returns the output adapter this subscription is associated with.
|
String |
getEventTypeName()
Returns the type name of the event type we are looking for.
|
String |
getSubscriptionName()
Returns the subscription name.
|
void |
registerAdapter(OutputAdapter adapter)
Sets the output adapter this subscription is associated with.
|
void |
setSubscriptionName(String name)
Sets the subscription name.
|
String getSubscriptionName()
void setSubscriptionName(String name)
name
- is the subscription nameString getEventTypeName()
OutputAdapter getAdapter()
void registerAdapter(OutputAdapter adapter)
adapter
- to set