public interface EventMeshTCPPubClient<ProtocolMessage>
extends java.lang.AutoCloseable
CloudEventTCPPubClientEventMeshMessageTCPSubClientOpenMessageTCPPubClient| 限定符和类型 | 方法和说明 |
|---|---|
void |
asyncRR(ProtocolMessage event,
AsyncRRCallback callback,
long timeout) |
void |
broadcast(ProtocolMessage event,
long timeout) |
void |
init() |
org.apache.eventmesh.common.protocol.tcp.Package |
publish(ProtocolMessage event,
long timeout) |
void |
reconnect() |
void |
registerBusiHandler(ReceiveMsgHook<ProtocolMessage> handler) |
org.apache.eventmesh.common.protocol.tcp.Package |
rr(ProtocolMessage event,
long timeout) |
void init() throws org.apache.eventmesh.common.exception.EventMeshException
org.apache.eventmesh.common.exception.EventMeshExceptionvoid reconnect()
throws org.apache.eventmesh.common.exception.EventMeshException
org.apache.eventmesh.common.exception.EventMeshExceptionorg.apache.eventmesh.common.protocol.tcp.Package rr(ProtocolMessage event, long timeout) throws org.apache.eventmesh.common.exception.EventMeshException
org.apache.eventmesh.common.exception.EventMeshExceptionvoid asyncRR(ProtocolMessage event, AsyncRRCallback callback, long timeout) throws org.apache.eventmesh.common.exception.EventMeshException
org.apache.eventmesh.common.exception.EventMeshExceptionorg.apache.eventmesh.common.protocol.tcp.Package publish(ProtocolMessage event, long timeout) throws org.apache.eventmesh.common.exception.EventMeshException
org.apache.eventmesh.common.exception.EventMeshExceptionvoid broadcast(ProtocolMessage event, long timeout) throws org.apache.eventmesh.common.exception.EventMeshException
org.apache.eventmesh.common.exception.EventMeshExceptionvoid registerBusiHandler(ReceiveMsgHook<ProtocolMessage> handler) throws org.apache.eventmesh.common.exception.EventMeshException
org.apache.eventmesh.common.exception.EventMeshException