Class SendAsyncRemoteEventProcessor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handler​(org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService.HandlerSpecific handlerSpecific, io.netty.handler.codec.http.HttpRequest httpRequest)  
      java.lang.String[] paths()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • messageLogger

        public org.slf4j.Logger messageLogger
      • httpLogger

        public org.slf4j.Logger httpLogger
      • aclLogger

        public org.slf4j.Logger aclLogger
    • Constructor Detail

      • SendAsyncRemoteEventProcessor

        public SendAsyncRemoteEventProcessor​(EventMeshHTTPServer eventMeshHTTPServer)
    • Method Detail

      • handler

        public void handler​(org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService.HandlerSpecific handlerSpecific,
                            io.netty.handler.codec.http.HttpRequest httpRequest)
                     throws java.lang.Exception
        Specified by:
        handler in interface AsyncHttpProcessor
        Throws:
        java.lang.Exception
      • paths

        public java.lang.String[] paths()
        Specified by:
        paths in interface HttpProcessor