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