Class EventMeshServer
- java.lang.Object
-
- org.apache.eventmesh.runtime.boot.EventMeshServer
-
public class EventMeshServer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description EventMeshServer(org.apache.eventmesh.common.config.ConfigurationWrapper configurationWrapper)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistrygetRegistry()ServiceStategetServiceState()static TracegetTrace()voidinit()voidsetRegistry(Registry registry)voidshutdown()voidstart()
-
-
-
Method Detail
-
init
public void init() throws java.lang.Exception- Throws:
java.lang.Exception
-
start
public void start() throws java.lang.Exception- Throws:
java.lang.Exception
-
shutdown
public void shutdown() throws java.lang.Exception- Throws:
java.lang.Exception
-
getTrace
public static Trace getTrace()
-
getServiceState
public ServiceState getServiceState()
-
getRegistry
public Registry getRegistry()
-
setRegistry
public void setRegistry(Registry registry)
-
-