@FunctionalInterface public interface RecordingSignalConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
onSignal(long controlSessionId,
long correlationId,
long recordingId,
long subscriptionId,
long position,
RecordingSignal signal)
Signal of operation taken on a recording.
|
void onSignal(long controlSessionId,
long correlationId,
long recordingId,
long subscriptionId,
long position,
RecordingSignal signal)
controlSessionId - that initiated the operation.correlationId - that initiated the operation, could be the replication id.recordingId - which has signalled.subscriptionId - of the Subscription associated with the recording.position - of the recorded stream at the point of signal.signal - type of the operation applied to the recording.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.