Class HeartBeatProcessor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.slf4j.Logger aclLogger  
      org.slf4j.Logger httpLogger  
    • 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

      • httpLogger

        public org.slf4j.Logger httpLogger
      • aclLogger

        public org.slf4j.Logger aclLogger
    • Constructor Detail

    • 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