| Package | Description |
|---|---|
| com.sap.engine.interfaces.messaging.api | |
| com.sap.engine.interfaces.messaging.api.ack |
| Modifier and Type | Field and Description |
|---|---|
static AckType |
AckType.APPLICATION |
static AckType |
AckType.APPLICATION_ERROR |
static AckType |
AckType.SYSTEM |
static AckType |
AckType.SYSTEM_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static AckType[] |
AckType.getAckTypes()
Returns an array of all known AckType constants.
|
static AckType |
AckType.valueOf(String s)
Returns an instance of
AckType that represents the ack type given as a string. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Message.isAck(AckType ackType)
Returns if the current message is an acknowledgement message of the specified type.
|
boolean |
Message.isAckRequested(AckType ackType)
Returns if for the current message an acknowledgement message of the specified type is requested.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AckFactory.ackNotSupported(String connectionName,
MessageKey messageKey,
AckType[] acksNotSupported)
Used to notify the Messaging System that a received message cannot be acked in one of the following ways because
the application doesn't support that feature.
|
Copyright 2019 SAP AG Complete Copyright Notice