Interface IConsumerService


public interface IConsumerService
  • Method Details

    • initialize

      void initialize(StringObjectMap config)
      Initialize consumer service
    • getConsumer

      Optional<IConsumer> getConsumer(String name)
      Get a consumer with given name
    • shutdown

      void shutdown()
      Shutdown