Class ConsumerManager


  • public class ConsumerManager
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • init

        public void init()
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • start

        public void start()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shutdown

        public void shutdown()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getEventMeshConsumer

        public EventMeshConsumer getEventMeshConsumer​(java.lang.String consumerGroup)
      • restartEventMeshConsumer

        public void restartEventMeshConsumer​(java.lang.String consumerGroup)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getAllConsumerTopic

        public java.util.List<java.lang.String> getAllConsumerTopic()