@FunctionalInterface public interface RecordingDescriptorConsumer
Modifier and Type | Method and Description |
---|---|
void |
onRecordingDescriptor(long controlSessionId,
long correlationId,
long recordingId,
long startTimestamp,
long stopTimestamp,
long startPosition,
long stopPosition,
int initialTermId,
int segmentFileLength,
int termBufferLength,
int mtuLength,
int sessionId,
int streamId,
String strippedChannel,
String originalChannel,
String sourceIdentity)
A recording descriptor returned as a result of requesting a listing of recordings.
|
void onRecordingDescriptor(long controlSessionId, long correlationId, long recordingId, long startTimestamp, long stopTimestamp, long startPosition, long stopPosition, int initialTermId, int segmentFileLength, int termBufferLength, int mtuLength, int sessionId, int streamId, String strippedChannel, String originalChannel, String sourceIdentity)
controlSessionId
- of the originating session requesting to list recordings.correlationId
- of the associated request to list recordings.recordingId
- of this recording descriptor.startTimestamp
- of the recording.stopTimestamp
- of the recording.startPosition
- of the recording against the recorded publication, the Image.joinPosition()
.stopPosition
- reached for the recording, final position for Image.position()
.initialTermId
- of the recorded stream, Image.initialTermId()
.segmentFileLength
- of the recording which is a multiple of termBufferLength.termBufferLength
- of the recorded stream, Image.termBufferLength()
.mtuLength
- of the recorded stream, Image.mtuLength()
.sessionId
- of the recorded stream, this will be most recent session id for extended recordings.streamId
- of the recorded stream, Subscription.streamId()
.strippedChannel
- of the recorded stream which is used for the recording subscription in the archive.originalChannel
- of the recorded stream provided to the start recording request, Subscription.channel()
.sourceIdentity
- of the recorded stream, the Image.sourceIdentity()
.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.