Click or drag to resize

Subscription Interface

Subscriptions are associated with an output adapter and dictate which events are sent to a given adapter.

Namespace:  com.espertech.esperio.subscription
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public interface Subscription

The Subscription type exposes the following members.

Properties
  NameDescription
Public propertyAdapter
Gets or sets the output adapter this subscription is associated with.
Public propertyEventTypeName
Gets the type name of the event type we are looking for.
Public propertySubscriptionName
Gets or sets the subscription name.
Top
See Also