Class UnsubscribeProcessor
- java.lang.Object
-
- org.apache.eventmesh.runtime.core.protocol.grpc.processor.UnsubscribeProcessor
-
public class UnsubscribeProcessor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UnsubscribeProcessor(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
-
UnsubscribeProcessor
public UnsubscribeProcessor(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
-
-