Class EventMeshGrpcBootstrap
- java.lang.Object
-
- org.apache.eventmesh.runtime.boot.EventMeshGrpcBootstrap
-
- All Implemented Interfaces:
EventMeshBootstrap
public class EventMeshGrpcBootstrap extends java.lang.Object implements EventMeshBootstrap
-
-
Constructor Summary
Constructors Constructor Description EventMeshGrpcBootstrap(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
-
EventMeshGrpcBootstrap
public EventMeshGrpcBootstrap(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
-
-