Class ConsumerHttpServer


  • public class ConsumerHttpServer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsumerHttpServer​(pl.allegro.tech.hermes.common.config.ConfigFactory configFactory, ConsumerMonitor monitor, com.fasterxml.jackson.databind.ObjectMapper mapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()  
      void stop()  
      • Methods inherited from class java.lang.Object

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

      • ConsumerHttpServer

        public ConsumerHttpServer​(pl.allegro.tech.hermes.common.config.ConfigFactory configFactory,
                                  ConsumerMonitor monitor,
                                  com.fasterxml.jackson.databind.ObjectMapper mapper)
                           throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • start

        public void start()
      • stop

        public void stop()