Class AddTopicSubscriberResponse


  • @ParametersAreNonnullByDefault
    public class AddTopicSubscriberResponse
    extends java.lang.Object
    • 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

      • getMapping

        public java.util.List<deltix.qsrv.hf.pub.ConstantInstrumentKey> getMapping()
      • getMappingArray

        public deltix.qsrv.hf.pub.ConstantInstrumentKey[] getMappingArray()
      • getChannel

        public java.lang.String getChannel()
      • getAeronDir

        @Nullable
        public java.lang.String getAeronDir()
      • getDataStreamId

        public int getDataStreamId()