Package org.deltafi.common.types
Interface Subscriber
- All Known Implementing Classes:
TransformFlowPlan
public interface Subscriber
Interface for things that subscribe to topics
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the name of this subscriberGet the set of subscription rules
-
Method Details
-
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
-