Package org.deltafi.common.types
Class EgressFlowPlan
java.lang.Object
org.deltafi.common.types.FlowPlan
org.deltafi.common.types.EgressFlowPlan
- All Implemented Interfaces:
Subscriber
-
Constructor Summary
ConstructorsConstructorDescriptionEgressFlowPlan(String name, String description, EgressActionConfiguration egressAction) EgressFlowPlan(String name, FlowType type, String description, EgressActionConfiguration egressAction) -
Method Summary
Modifier and TypeMethodDescriptionGet the set of subscription rulesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.deltafi.common.types.Subscriber
getName
-
Constructor Details
-
EgressFlowPlan
-
EgressFlowPlan
public EgressFlowPlan(String name, FlowType type, String description, EgressActionConfiguration egressAction)
-
-
Method Details
-
allActionConfigurations
- Specified by:
allActionConfigurationsin classFlowPlan
-
subscriptions
Description copied from interface:SubscriberGet the set of subscription rules- Specified by:
subscriptionsin interfaceSubscriber- Returns:
- set of subscription rules
-