Class EventMeshGrpcServer


  • public class EventMeshGrpcServer
    extends java.lang.Object
    • 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
      • register

        public boolean register()
      • getSendMsgExecutor

        public java.util.concurrent.ThreadPoolExecutor getSendMsgExecutor()
      • getClientMgmtExecutor

        public java.util.concurrent.ThreadPoolExecutor getClientMgmtExecutor()
      • getPushMsgExecutor

        public java.util.concurrent.ThreadPoolExecutor getPushMsgExecutor()
      • getMsgRateLimiter

        public com.google.common.util.concurrent.RateLimiter getMsgRateLimiter()
      • getHttpClient

        public org.apache.http.impl.client.CloseableHttpClient getHttpClient()