|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esperio.AbstractSender
com.espertech.esperio.DirectSender
public class DirectSender
Sender that sends without a threadpool.
Field Summary |
---|
Fields inherited from class com.espertech.esperio.AbstractSender |
---|
runtime |
Constructor Summary | |
---|---|
DirectSender()
|
Method Summary | |
---|---|
void |
onFinish()
Indicate that sender should stop. |
void |
sendEvent(AbstractSendableEvent theEvent,
java.util.Map mapToSend,
java.lang.String eventTypeName)
Send an event. |
void |
sendEvent(AbstractSendableEvent theEvent,
java.lang.Object beanToSend)
Send an event |
Methods inherited from class com.espertech.esperio.AbstractSender |
---|
setRuntime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectSender()
Method Detail |
---|
public void sendEvent(AbstractSendableEvent theEvent, java.lang.Object beanToSend)
AbstractSender
sendEvent
in class AbstractSender
theEvent
- wrapperbeanToSend
- event objectpublic void sendEvent(AbstractSendableEvent theEvent, java.util.Map mapToSend, java.lang.String eventTypeName)
AbstractSender
sendEvent
in class AbstractSender
theEvent
- wrappermapToSend
- event objecteventTypeName
- name of event typepublic void onFinish()
AbstractSender
onFinish
in class AbstractSender
|
© 2006-2015 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 |