Class TopicInfoImpl

java.lang.Object
com.swiftmq.impl.topic.standard.announce.v400.TopicInfoImpl
All Implemented Interfaces:
TopicInfo, com.swiftmq.tools.dump.Dumpable

public class TopicInfoImpl extends Object implements TopicInfo, com.swiftmq.tools.dump.Dumpable
  • Constructor Details

    • TopicInfoImpl

      public TopicInfoImpl(String routerName, String topicName, String[] tokenizedPredicate, int numberSubscriptions)
    • TopicInfoImpl

      public TopicInfoImpl(String destination, String routerName, String topicName, String[] tokenizedPredicate, int numberSubscriptions)
    • TopicInfoImpl

      public TopicInfoImpl(String destination, String routerName, String topicName, String[] tokenizedPredicate, boolean creationInfo)
    • TopicInfoImpl

      public TopicInfoImpl()
  • Method Details