Interface AsyncHttpProcessor

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default io.netty.handler.codec.http.HttpResponse handler​(io.netty.handler.codec.http.HttpRequest httpRequest)  
      void handler​(org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService.HandlerSpecific handlerSpecific, io.netty.handler.codec.http.HttpRequest httpRequest)  
      • Methods inherited from interface org.apache.eventmesh.runtime.core.protocol.http.processor.HttpProcessor

        paths
    • Method Detail

      • handler

        default io.netty.handler.codec.http.HttpResponse handler​(io.netty.handler.codec.http.HttpRequest httpRequest)
        Specified by:
        handler in interface HttpProcessor
      • handler

        void handler​(org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService.HandlerSpecific handlerSpecific,
                     io.netty.handler.codec.http.HttpRequest httpRequest)
              throws java.lang.Exception
        Throws:
        java.lang.Exception