Class MessageAckTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public class MessageAckTask
    extends AbstractTask
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • MessageAckTask

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

      • run

        public void run()