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