FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | MEMBER | ACTION | DETAIL: IMPORT | MEMBER | ACTION |
Action Summary | |
---|---|
string | getChannel()
Returns the Correlator channel to use for emitting events that should be sent to JMS using this sender. |
integer | getOutstandingEvents()
Returns the number of events that have been emitted to this sender from EPL, but are still queued waiting to be sent to JMS. |
string | getSenderId()
Returns the unique identifier of this sender. |
void | remove()
Requests removal of this JMS sender. The removal will be performed asynchronously, and completes after all events already emitted from this context have been passed to JMS, and the associated JMS producer and session have been closed. |
Action Detail |
---|
string getChannel()Returns the Correlator channel to use for emitting events that should be sent to JMS using this sender.
integer getOutstandingEvents()Returns the number of events that have been emitted to this sender from EPL, but are still queued waiting to be sent to JMS.
string getSenderId()Returns the unique identifier of this sender.
void remove()Requests removal of this JMS sender. The removal will be performed asynchronously, and completes after all events already emitted from this context have been passed to JMS, and the associated JMS producer and session have been closed.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | MEMBER | ACTION | DETAIL: IMPORT | MEMBER | ACTION |