Class EventMeshTcpBootstrap
- java.lang.Object
-
- org.apache.eventmesh.runtime.boot.EventMeshTcpBootstrap
-
- All Implemented Interfaces:
EventMeshBootstrap
public class EventMeshTcpBootstrap extends java.lang.Object implements EventMeshBootstrap
-
-
Constructor Summary
Constructors Constructor Description EventMeshTcpBootstrap(EventMeshServer eventMeshServer, org.apache.eventmesh.common.config.ConfigurationWrapper configurationWrapper, Registry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidshutdown()voidstart()
-
-
-
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:
initin interfaceEventMeshBootstrap- Throws:
java.lang.Exception
-
start
public void start() throws java.lang.Exception- Specified by:
startin interfaceEventMeshBootstrap- Throws:
java.lang.Exception
-
shutdown
public void shutdown() throws java.lang.Exception- Specified by:
shutdownin interfaceEventMeshBootstrap- Throws:
java.lang.Exception
-
-