| Package | Description |
|---|---|
| io.tesler.engine.workflow.services |
| Modifier and Type | Method and Description |
|---|---|
static RemoteSystemResponseHandler.ResponseCode |
RemoteSystemResponseHandler.ResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteSystemResponseHandler.ResponseCode[] |
RemoteSystemResponseHandler.ResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WaitingRemoteSystem |
RemoteSystemResponseHandler.handleFinalResponse(String correlationId,
RemoteSystemResponseHandler.ResponseCode responseCode)
Выполняет обработку финального ответа смежной системы.
|
WaitingRemoteSystem |
RemoteSystemResponseHandler.handlePartialResponse(String correlationId,
RemoteSystemResponseHandler.ResponseCode responseCode)
Выполняет обработку промежуточного ответа смежной системы
|
WaitingRemoteSystem |
RemoteSystemResponseHandler.handlePartialResponse(String correlationId,
String newCorrelationId,
RemoteSystemResponseHandler.ResponseCode responseCode)
Выполняет обработку промежуточного ответа смежной системы и регистрирует ожидание ответа по новому уникальному идентификатору
|
Copyright © 2018–2020 Tesler. All rights reserved.