Class EventMeshTcpBootstrap

    • Method Summary

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

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

      • EventMeshTcpBootstrap

        public EventMeshTcpBootstrap​(EventMeshServer eventMeshServer,
                                     org.apache.eventmesh.common.config.ConfigurationWrapper configurationWrapper,
                                     Registry registry)
    • Method Detail

      • init

        public void init()
                  throws java.lang.Exception
        Specified by:
        init in interface EventMeshBootstrap
        Throws:
        java.lang.Exception
      • start

        public void start()
                   throws java.lang.Exception
        Specified by:
        start in interface EventMeshBootstrap
        Throws:
        java.lang.Exception
      • shutdown

        public void shutdown()
                      throws java.lang.Exception
        Specified by:
        shutdown in interface EventMeshBootstrap
        Throws:
        java.lang.Exception