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