public final class AcknowledgeAction
extends java.lang.Enum
Title: Structured Data Objects
Description: Defines an Acknowledge Action.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static AcknowledgeAction |
ACKNOWLEDGE
Acknowledges an event datagram but takes no further action.
|
static AcknowledgeAction |
ACKNOWLEDGE_AND_DISCARD
Acknowledges the event datagram and discards it.
|
static AcknowledgeAction |
ACKNOWLEDGE_AND_EXPIRE
Acknowledges the event datagram and specifies that this datagram
should be expired by the processor.
|
static AcknowledgeAction |
ACKNOWLEDGE_AND_FORWARD
Acknowledges the event datagram and forwards it to its next
destination specified by ForwardTo.
|
static AcknowledgeAction |
ACKNOWLEDGE_AND_RETRY
Acknowledges an event datagram and retries it if not all reconnect retries are exceeded.
|
static 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 |
ACKNOWLEDGE_UNDELIVERED
Acknowledges the event datagram as not delivered to its destination.
|
static AcknowledgeAction |
RESCIND
Resets the event's status to whatever it was prior to any processing,
essentially marking the event as new.
|
static 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 |
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 |
valueOf(java.lang.String name) |
static AcknowledgeAction[] |
values() |
public static final AcknowledgeAction ACKNOWLEDGE
public static final AcknowledgeAction ACKNOWLEDGE_AND_RETRY
public static final AcknowledgeAction ACKNOWLEDGE_AND_FORWARD
public static final AcknowledgeAction ACKNOWLEDGE_AND_DISCARD
public static final AcknowledgeAction ACKNOWLEDGE_AND_EXPIRE
public static final AcknowledgeAction ACKNOWLEDGE_UNDELIVERED
Process Queue
will retain the eventgram and allow users to process it again.public static final AcknowledgeAction ACKNOWLEDGE_AND_SUSPEND
event Id
should be suspended.
The status does specify how or when processing resumes.public static final AcknowledgeAction RESCIND
public static final AcknowledgeAction RESCIND_AND_FORWARD
ForwardTo
.public static final AcknowledgeAction RESCIND_AND_DISCARD
public static AcknowledgeAction[] values()
public static AcknowledgeAction valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.