Package deltix.qsrv.hf.tickdb.impl.topic
Class AddTopicSubscriberResponse
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.impl.topic.AddTopicSubscriberResponse
-
@ParametersAreNonnullByDefault public class AddTopicSubscriberResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AddTopicSubscriberResponse(TopicTransferType transferType, java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey> mapping, java.util.List<RecordClassDescriptor> types, java.lang.String channel, java.lang.String aeronDir, int dataStreamId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAeronDir()
java.lang.String
getChannel()
int
getDataStreamId()
java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey>
getMapping()
deltix.qsrv.hf.pub.ConstantInstrumentKey[]
getMappingArray()
TopicTransferType
getTransferType()
java.util.List<RecordClassDescriptor>
getTypes()
-
-
-
Constructor Detail
-
AddTopicSubscriberResponse
public AddTopicSubscriberResponse(TopicTransferType transferType, java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey> mapping, java.util.List<RecordClassDescriptor> types, java.lang.String channel, @Nullable java.lang.String aeronDir, int dataStreamId)
-
-
Method Detail
-
getTransferType
public TopicTransferType getTransferType()
-
getMapping
public java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey> getMapping()
-
getMappingArray
public deltix.qsrv.hf.pub.ConstantInstrumentKey[] getMappingArray()
-
getTypes
public java.util.List<RecordClassDescriptor> getTypes()
-
getChannel
public java.lang.String getChannel()
-
getAeronDir
@Nullable public java.lang.String getAeronDir()
-
getDataStreamId
public int getDataStreamId()
-
-