@FunctionalInterface public interface ControlEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onResponse(long controlSessionId,
long correlationId,
long relevantId,
ControlResponseCode code,
String errorMessage)
An event has been received from the Archive in response to a request with a given correlation id.
|
void onResponse(long controlSessionId,
long correlationId,
long relevantId,
ControlResponseCode code,
String errorMessage)
controlSessionId - of the originating session.correlationId - of the associated request.relevantId - of the object to which the response applies.code - for the response status.errorMessage - when is set if the response code is not OK.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.