@FunctionalInterface public interface RecordingSubscriptionDescriptorConsumer
Subscriptions.| Modifier and Type | Method and Description |
|---|---|
void |
onSubscriptionDescriptor(long controlSessionId,
long correlationId,
long subscriptionId,
int streamId,
String strippedChannel)
Descriptor for an active recording subscription on the archive.
|
void onSubscriptionDescriptor(long controlSessionId,
long correlationId,
long subscriptionId,
int streamId,
String strippedChannel)
controlSessionId - for the request.correlationId - for the request.subscriptionId - that can be used to stop the recording subscription.streamId - the subscription was registered with.strippedChannel - the subscription was registered with.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.