Uses of Class
com.espertech.esperio.AbstractSender

Packages that use AbstractSender
com.espertech.esperio This package contains adapter framework classes applicable to multiple adapter implementations. 
com.espertech.esperio.ext CSV Adapter utility classes. 
 

Uses of AbstractSender in com.espertech.esperio
 

Subclasses of AbstractSender in com.espertech.esperio
 class DirectSender
          Sender that sends without a threadpool.
 

Methods in com.espertech.esperio with parameters of type AbstractSender
 void SendableMapEvent.send(AbstractSender sender)
           
 void SendableEvent.send(AbstractSender sender)
          Send the event into the runtime.
 void SendableBeanEvent.send(AbstractSender sender)
           
abstract  void AbstractSendableEvent.send(AbstractSender sender)
           
 void AbstractCoordinatedAdapter.setSender(AbstractSender sender)
          Sets a new sender to use.
 

Uses of AbstractSender in com.espertech.esperio.ext
 

Subclasses of AbstractSender in com.espertech.esperio.ext
 class SenderThreadPool
          Implementation of Sender to send to esper engine using a thread pool
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com