Interface Subscriber

All Known Implementing Classes:
EgressFlowPlan, TransformFlowPlan

public interface Subscriber
Interface for things that subscribe to topics
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of this subscriber
    Get the set of subscription rules
  • Method Details

    • subscriptions

      Set<Rule> subscriptions()
      Get the set of subscription rules
      Returns:
      set of subscription rules
    • getName

      String getName()
      Get the name of this subscriber
      Returns:
      the name of this subscriber