| Package | Description |
|---|---|
| core.apiCore.helpers | |
| core.support.objects |
| Modifier and Type | Method and Description |
|---|---|
static void |
MessageQueueHelper.getOutboundMessages(MessageObject.messageType messageType) |
static void |
MessageQueueHelper.receiveAndValidateMessages(ServiceObject serviceObject,
String messageId,
MessageObject.messageType messageType)
1) gets messages, adds them to the outboundMessages 2) filters based on the
message key 3) validates based on expected response requirements
|
| Modifier and Type | Field and Description |
|---|---|
MessageObject.messageType |
MessageObject.messageType |
| Modifier and Type | Method and Description |
|---|---|
MessageObject.messageType |
MessageObject.getMessageType() |
static MessageObject.messageType |
MessageObject.messageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageObject.messageType[] |
MessageObject.messageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MessageObject |
MessageObject.withMessageType(MessageObject.messageType messageType) |
Copyright © 2020. All rights reserved.