 | DirectSender Class |
Sender that sends without a threadpool.
Inheritance Hierarchy
Namespace:
com.espertech.esperio
Assembly:
NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntaxpublic class DirectSender : AbstractSender
The DirectSender type exposes the following members.
Constructors
| Name | Description |
---|
 | DirectSender | Initializes a new instance of the DirectSender class |
Top
Properties
Methods
| Name | Description |
---|
 | OnFinish | (Overrides AbstractSenderOnFinish.) |
 | SendEvent(AbstractSendableEvent, IDictionaryTKey, TValue, Boolean) | (Overrides AbstractSenderSendEvent(AbstractSendableEvent, IDictionaryTKey, TValue, Boolean).) |
 | SendEvent(AbstractSendableEvent, Object, String) | (Overrides AbstractSenderSendEvent(AbstractSendableEvent, Object, String).) |
Top
See Also