FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Action summary | |
---|---|
void |
ackUpTo(string messageId) Acknowledge that a specific event and all previous events received from this connectivity chain have been reliably processed by your application. |
void |
destroy() Destroy this dynamic chain instance. Chains that are managed by a dynamic chain manager cannot be destroyed this way. This should be called only once. |
integer |
flush() Ask the chain to acknowledge all events previously sent to it by the application. A FlushAck reply will be sent to the current context once these events have been reliably processed by the external system. |
string |
getId() Return the unique id of the chain instance. |
Action detail |
---|
void ackUpTo(string messageId)Acknowledge that a specific event and all previous events received from this connectivity chain have been reliably processed by your application.
void destroy()Destroy this dynamic chain instance. Chains that are managed by a dynamic chain manager cannot be destroyed this way. This should be called only once.
integer flush()Ask the chain to acknowledge all events previously sent to it by the application. A FlushAck reply will be sent to the current context once these events have been reliably processed by the external system.
string getId()Return the unique id of the chain instance.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |