Class AbstractRemotingServer
- java.lang.Object
-
- org.apache.eventmesh.runtime.boot.AbstractRemotingServer
-
- Direct Known Subclasses:
AbstractHTTPServer,EventMeshTCPServer
public abstract class AbstractRemotingServer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description io.netty.channel.EventLoopGroupbossGroupio.netty.channel.EventLoopGroupioGrouporg.slf4j.Loggerloggerintportio.netty.channel.EventLoopGroupworkerGroup
-
Constructor Summary
Constructors Constructor Description AbstractRemotingServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(java.lang.String threadPrefix)voidshutdown()voidstart()
-