|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esperio.AbstractSender
public abstract class AbstractSender
Sender that abstracts the send processin terms of threading or further pre-processing.
Field Summary | |
---|---|
protected com.espertech.esper.client.EPRuntime |
runtime
Runtime. |
Constructor Summary | |
---|---|
AbstractSender()
|
Method Summary | |
---|---|
abstract void |
onFinish()
Indicate that sender should stop. |
abstract void |
sendEvent(AbstractSendableEvent theEvent,
java.util.Map mapToSend,
java.lang.String eventTypeName)
Send an event. |
abstract void |
sendEvent(AbstractSendableEvent theEvent,
java.lang.Object beanToSend)
Send an event |
void |
setRuntime(com.espertech.esper.client.EPRuntime runtime)
Set the engine runtime to use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected com.espertech.esper.client.EPRuntime runtime
Constructor Detail |
---|
public AbstractSender()
Method Detail |
---|
public void setRuntime(com.espertech.esper.client.EPRuntime runtime)
runtime
- runtime to usepublic abstract void sendEvent(AbstractSendableEvent theEvent, java.lang.Object beanToSend)
theEvent
- wrapperbeanToSend
- event objectpublic abstract void sendEvent(AbstractSendableEvent theEvent, java.util.Map mapToSend, java.lang.String eventTypeName)
theEvent
- wrappermapToSend
- event objecteventTypeName
- name of event typepublic abstract void onFinish()
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |