Class AdminMetricsProcessor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.slf4j.Logger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processRequest​(io.netty.channel.ChannelHandlerContext ctx, AsyncContext<org.apache.eventmesh.common.protocol.http.HttpCommand> asyncContext)  
      boolean rejectRequest()  
      • Methods inherited from class java.lang.Object

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

      • logger

        public org.slf4j.Logger logger
    • Constructor Detail

      • AdminMetricsProcessor

        public AdminMetricsProcessor​(EventMeshHTTPServer eventMeshHTTPServer)
    • Method Detail

      • processRequest

        public void processRequest​(io.netty.channel.ChannelHandlerContext ctx,
                                   AsyncContext<org.apache.eventmesh.common.protocol.http.HttpCommand> asyncContext)
                            throws java.lang.Exception
        Specified by:
        processRequest in interface HttpRequestProcessor
        Throws:
        java.lang.Exception