Package deltix.qsrv.hf.tickdb.impl.topic
Class AddTopicPublisherResponse
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.impl.topic.AddTopicPublisherResponse
-
@ParametersAreNonnullByDefault public class AddTopicPublisherResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AddTopicPublisherResponse(TopicTransferType transferType, java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey> mapping, java.util.List<RecordClassDescriptor> types, java.lang.String publisherChannel, java.lang.String metadataSubscriberChannel, java.lang.String aeronDir, int dataStreamId, int serverMetadataStreamId, byte loaderNumber, int minTempEntityIndex, int maxTempEntityIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAeronDir()
int
getDataStreamId()
byte
getLoaderNumber()
java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey>
getMapping()
int
getMaxTempEntityIndex()
java.lang.String
getMetadataSubscriberChannel()
int
getMinTempEntityIndex()
java.lang.String
getPublisherChannel()
int
getServerMetadataStreamId()
TopicTransferType
getTransferType()
java.util.List<RecordClassDescriptor>
getTypes()
-
-
-
Constructor Detail
-
AddTopicPublisherResponse
public AddTopicPublisherResponse(TopicTransferType transferType, java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey> mapping, java.util.List<RecordClassDescriptor> types, java.lang.String publisherChannel, java.lang.String metadataSubscriberChannel, @Nullable java.lang.String aeronDir, int dataStreamId, int serverMetadataStreamId, byte loaderNumber, int minTempEntityIndex, int maxTempEntityIndex)
-
-
Method Detail
-
getTransferType
public TopicTransferType getTransferType()
-
getMapping
public java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey> getMapping()
-
getTypes
public java.util.List<RecordClassDescriptor> getTypes()
-
getPublisherChannel
public java.lang.String getPublisherChannel()
-
getMetadataSubscriberChannel
public java.lang.String getMetadataSubscriberChannel()
-
getAeronDir
@Nullable public java.lang.String getAeronDir()
-
getDataStreamId
public int getDataStreamId()
-
getServerMetadataStreamId
public int getServerMetadataStreamId()
-
getLoaderNumber
public byte getLoaderNumber()
-
getMinTempEntityIndex
public int getMinTempEntityIndex()
-
getMaxTempEntityIndex
public int getMaxTempEntityIndex()
-
-