public class EventmeshSubscribeReply
extends java.lang.Object
implements org.apache.eventmesh.client.grpc.consumer.ReceiveMsgHook<org.apache.eventmesh.common.EventMeshMessage>
| 限定符和类型 | 字段和说明 |
|---|---|
static EventmeshSubscribeReply |
handler |
| 构造器和说明 |
|---|
EventmeshSubscribeReply() |
public static EventmeshSubscribeReply handler
public static void main(java.lang.String[] args)
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic java.util.Optional<org.apache.eventmesh.common.EventMeshMessage> handle(org.apache.eventmesh.common.EventMeshMessage msg)
handle 在接口中 org.apache.eventmesh.client.grpc.consumer.ReceiveMsgHook<org.apache.eventmesh.common.EventMeshMessage>public java.lang.String getProtocolType()
getProtocolType 在接口中 org.apache.eventmesh.client.grpc.consumer.ReceiveMsgHook<org.apache.eventmesh.common.EventMeshMessage>