Package | Description |
---|---|
com.espertech.esper.adapter |
Adapter shared classes.
|
Modifier and Type | Field and Description |
---|---|
protected OutputAdapter |
BaseSubscription.adapter
The output adapter to which the subscription applies.
|
Modifier and Type | Method and Description |
---|---|
OutputAdapter |
Subscription.getAdapter()
Returns the output adapter this subscription is associated with.
|
OutputAdapter |
BaseSubscription.getAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
Subscription.registerAdapter(OutputAdapter adapter)
Sets the output adapter this subscription is associated with.
|
void |
BaseSubscription.registerAdapter(OutputAdapter adapter) |