Class SubscribeTask
- java.lang.Object
-
- org.apache.eventmesh.runtime.core.protocol.tcp.client.task.AbstractTask
-
- org.apache.eventmesh.runtime.core.protocol.tcp.client.task.SubscribeTask
-
- All Implemented Interfaces:
java.lang.Runnable
public class SubscribeTask extends AbstractTask
-
-
Field Summary
-
Fields inherited from class org.apache.eventmesh.runtime.core.protocol.tcp.client.task.AbstractTask
ctx, eventMeshTCPServer, logger, pkg, session, startTime
-
-
Constructor Summary
Constructors Constructor Description SubscribeTask(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 voidrun()
-
-
-
Constructor Detail
-
SubscribeTask
public SubscribeTask(org.apache.eventmesh.common.protocol.tcp.Package pkg, io.netty.channel.ChannelHandlerContext ctx, long startTime, EventMeshTCPServer eventMeshTCPServer)
-
-