public interface ExternalSystemConfirmation
| Modifier and Type | Method and Description |
|---|---|
void |
confirm(Message msg)
Confirms the message to the external system.
|
Set<ExternalSystemExtEnum> |
getExternalSystems()
Returns supported external systems.
|
void confirm(Message msg)
Message.getState()
is MsgStateEnum.OK,
then confirms the message as OK,
if it's MsgStateEnum.FAILED,
then confirms the message as Failed.msg - the message to confirmSet<ExternalSystemExtEnum> getExternalSystems()
Copyright © 2016. All rights reserved.