|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subscription | |
---|---|
com.espertech.esper.adapter | Adapter shared classes. |
Uses of Subscription in com.espertech.esper.adapter |
---|
Classes in com.espertech.esper.adapter that implement Subscription | |
---|---|
class |
BaseSubscription
Subscription is a concept for selecting events for processing out of all events available from an engine instance. |
Methods in com.espertech.esper.adapter that return Subscription | |
---|---|
Subscription |
OutputAdapter.getSubscription(java.lang.String subscriptionName)
Returns a given subscription by it's name, or null if not found |
Methods in com.espertech.esper.adapter that return types with arguments of type Subscription | |
---|---|
java.util.Map<java.lang.String,Subscription> |
OutputAdapter.getSubscriptionMap()
Returns the subscriptions. |
Method parameters in com.espertech.esper.adapter with type arguments of type Subscription | |
---|---|
void |
OutputAdapter.setSubscriptionMap(java.util.Map<java.lang.String,Subscription> subscriptionMap)
Sets the subscriptions for the output adapter. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |