Class HeartBeatTask

  • All Implemented Interfaces:
    java.lang.Runnable

    public class HeartBeatTask
    extends AbstractTask
    • Constructor Summary

      Constructors 
      Constructor Description
      HeartBeatTask​(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

      • HeartBeatTask

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

      • run

        public void run()