Class SubscribeProcessor


  • public class SubscribeProcessor
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(org.apache.eventmesh.common.protocol.grpc.protos.Subscription subscription, EventEmitter<org.apache.eventmesh.common.protocol.grpc.protos.Response> emitter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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