Class AbstractEventProcessor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getTargetMesh​(java.lang.String consumerGroup, java.util.List<org.apache.eventmesh.common.protocol.SubscriptionItem> subscriptionList)  
      protected void updateMetadata()
      Add a topic with subscribers to the service's metadata.
      • Methods inherited from class java.lang.Object

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

      • AbstractEventProcessor

        public AbstractEventProcessor​(EventMeshHTTPServer eventMeshHTTPServer)
    • Method Detail

      • updateMetadata

        protected void updateMetadata()
        Add a topic with subscribers to the service's metadata.
      • getTargetMesh

        protected java.lang.String getTargetMesh​(java.lang.String consumerGroup,
                                                 java.util.List<org.apache.eventmesh.common.protocol.SubscriptionItem> subscriptionList)
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception