Class AbstractTask

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractTask​(org.apache.eventmesh.common.protocol.tcp.Package pkg, io.netty.channel.ChannelHandlerContext ctx, long startTime, EventMeshTCPServer eventMeshTCPServer)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
      • pkg

        protected org.apache.eventmesh.common.protocol.tcp.Package pkg
      • ctx

        protected io.netty.channel.ChannelHandlerContext ctx
      • session

        protected Session session
      • startTime

        protected long startTime
    • Constructor Detail

      • AbstractTask

        public AbstractTask​(org.apache.eventmesh.common.protocol.tcp.Package pkg,
                            io.netty.channel.ChannelHandlerContext ctx,
                            long startTime,
                            EventMeshTCPServer eventMeshTCPServer)