Package | Description |
---|---|
com.espertech.esper.adapter |
Adapter shared classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSubscription
Subscription is a concept for selecting events for processing out of all events available from an engine instance.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
OutputAdapter.getSubscription(String subscriptionName)
Returns a given subscription by it's name, or null if not found
|
Modifier and Type | Method and Description |
---|---|
Map<String,Subscription> |
OutputAdapter.getSubscriptionMap()
Returns the subscriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputAdapter.setSubscriptionMap(Map<String,Subscription> subscriptionMap)
Sets the subscriptions for the output adapter.
|