An EventSupplier represents the resources created by the Engine to service a connection to an external sink of events. It filters the event output of the Engine by delivering only the events emitted on a particular set of channels. An EventSupplier passes events to an EventConsumer. Call Dispose() after use, and before disposing of any associated EventConsumer.
More...
Inherits IDisposable.
An EventSupplier represents the resources created by the Engine to service a connection to an external sink of events. It filters the event output of the Engine by delivering only the events emitted on a particular set of channels. An EventSupplier passes events to an EventConsumer. Call Dispose() after use, and before disposing of any associated EventConsumer.
void Apama.Event.EventSupplier.Disconnect |
( |
| ) |
|
virtual void Apama.Event.EventSupplier.Dispose |
( |
| ) |
|
|
virtual |
Must be called to free unmanaged resources associated with this object.
virtual void Apama.Event.EventSupplier.Dispose |
( |
bool |
disposing | ) |
|
|
protectedvirtual |
override string Apama.Event.EventSupplier.ToString |
( |
| ) |
|
Returns a string that represents the object.