Class SendAsyncMessageProcessor
- java.lang.Object
-
- org.apache.eventmesh.runtime.core.protocol.grpc.processor.SendAsyncMessageProcessor
-
public class SendAsyncMessageProcessor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SendAsyncMessageProcessor(EventMeshGrpcServer eventMeshGrpcServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.apache.eventmesh.common.protocol.grpc.protos.SimpleMessage message, EventEmitter<org.apache.eventmesh.common.protocol.grpc.protos.Response> emitter)
-
-
-
Constructor Detail
-
SendAsyncMessageProcessor
public SendAsyncMessageProcessor(EventMeshGrpcServer eventMeshGrpcServer)
-
-
Method Detail
-
process
public void process(org.apache.eventmesh.common.protocol.grpc.protos.SimpleMessage message, EventEmitter<org.apache.eventmesh.common.protocol.grpc.protos.Response> emitter) throws java.lang.Exception- Throws:
java.lang.Exception
-
-