Modifier and Type | Method and Description |
---|---|
void |
ProcessQueue.acknowledge(java.lang.String processId,
AcknowledgeAction ackAction)
Acknowledges process with specified processId to state according with given ackAction.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPFabricConnection.acknowledgeEvent(EventDatagram event,
boolean withSourceData,
AcknowledgeAction action,
java.lang.String recipientId,
EventScope eventScope,
long timeToLive) |
void |
HTTPFabricConnection.acknowledgeException(ExceptionEventDatagram ex,
AcknowledgeAction action,
java.lang.String recipientId,
EventScope eventScope,
long timeToLive) |
Modifier and Type | Method and Description |
---|---|
void |
FabricConnection.acknowledgeEvent(EventDatagram event,
boolean withSourceData,
AcknowledgeAction action,
java.lang.String recipientId,
EventScope eventScope,
long timeToLive)
Raises an acknowledgement on the specified event.
|
void |
FabricConnection.acknowledgeException(ExceptionEventDatagram ex,
AcknowledgeAction action,
java.lang.String recipientId,
EventScope eventScope,
long timeToLive)
Raises an acknowledgement on the specified exception event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProcessQueueCollection.acknowledge(com.streamscape.ds.session.Session session,
java.lang.String processId,
AcknowledgeAction ackAction) |
void |
ProcessQueueProxy.acknowledge(java.lang.String processId,
AcknowledgeAction ackAction) |
Modifier and Type | Field and Description |
---|---|
static AcknowledgeAction |
AcknowledgeAction.ACKNOWLEDGE
Acknowledges an event datagram but takes no further action.
|
static AcknowledgeAction |
AcknowledgeAction.ACKNOWLEDGE_AND_DISCARD
Acknowledges the event datagram and discards it.
|
static AcknowledgeAction |
AcknowledgeAction.ACKNOWLEDGE_AND_EXPIRE
Acknowledges the event datagram and specifies that this datagram
should be expired by the processor.
|
static AcknowledgeAction |
AcknowledgeAction.ACKNOWLEDGE_AND_FORWARD
Acknowledges the event datagram and forwards it to its next
destination specified by ForwardTo.
|
static AcknowledgeAction |
AcknowledgeAction.ACKNOWLEDGE_AND_RETRY
Acknowledges an event datagram and retries it if not all reconnect retries are exceeded.
|
static AcknowledgeAction |
AcknowledgeAction.ACKNOWLEDGE_AND_SUSPEND
Acknowledges the event datagram and instructs the recipient that
all further processing of this
event Id should be suspended. |
static AcknowledgeAction |
AcknowledgeAction.ACKNOWLEDGE_UNDELIVERED
Acknowledges the event datagram as not delivered to its destination.
|
static AcknowledgeAction |
AcknowledgeAction.RESCIND
Resets the event's status to whatever it was prior to any processing,
essentially marking the event as new.
|
static AcknowledgeAction |
AcknowledgeAction.RESCIND_AND_DISCARD
Resets the event's status to whatever it was prior to any processing and
marks it as discard-able.
|
static AcknowledgeAction |
AcknowledgeAction.RESCIND_AND_FORWARD
Resets the event's status to whatever it was prior to any processing and
forwards it to it's next destination specified by
ForwardTo . |
Modifier and Type | Method and Description |
---|---|
static AcknowledgeAction |
AcknowledgeAction.valueOf(java.lang.String name) |
static AcknowledgeAction[] |
AcknowledgeAction.values() |
Modifier and Type | Method and Description |
---|---|
AcknowledgeAction |
AcknowledgementEvent.getAction()
Returns the acknowledgement action.
|
Modifier and Type | Method and Description |
---|---|
void |
AcknowledgementEvent.setAction(AcknowledgeAction action)
Sets acknowledgement action.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceContext.acknowledgeAndForward(EventDatagram sourceEvent,
boolean withSourceData,
AcknowledgeAction action,
java.lang.String recipientId,
long timeToLive)
Acknowledges and forwards a service-specific event.
|
void |
ServiceContext.acknowledgeEvent(EventDatagram event,
boolean withSourceData,
AcknowledgeAction action,
java.lang.String recipientId,
long timeToLive)
Acknowledges a service-specific event.
|
void |
ServiceContext.acknowledgeException(ExceptionEventDatagram event,
AcknowledgeAction action,
java.lang.String recipientId,
long timeToLive)
Acknowledges a service-specific exception event.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.