Class AddTopicPublisherRequest


  • @ParametersAreNonnullByDefault
    public class AddTopicPublisherRequest
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AddTopicPublisherRequest​(java.lang.String topicKey, java.util.List<? extends deltix.qsrv.hf.pub.InstrumentIdentity> initialEntitySet)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<? extends deltix.qsrv.hf.pub.InstrumentIdentity> getInitialEntitySet()  
      java.lang.String getTopicKey()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddTopicPublisherRequest

        public AddTopicPublisherRequest​(java.lang.String topicKey,
                                        @Nullable
                                        java.util.List<? extends deltix.qsrv.hf.pub.InstrumentIdentity> initialEntitySet)
    • Method Detail

      • getTopicKey

        public java.lang.String getTopicKey()
      • getInitialEntitySet

        public java.util.List<? extends deltix.qsrv.hf.pub.InstrumentIdentity> getInitialEntitySet()