Package org.deltafi.common.types
Class TimedIngressFlowPlan
java.lang.Object
org.deltafi.common.types.FlowPlan
org.deltafi.common.types.TimedIngressFlowPlan
- All Implemented Interfaces:
Publisher
-
Constructor Summary
ConstructorsConstructorDescriptionTimedIngressFlowPlan(String name, FlowType type, String description, TimedIngressActionConfiguration timedIngressAction, PublishRules publishRules, String cronSchedule) -
Method Summary
Modifier and TypeMethodDescriptionGet the PublishRules
-
Constructor Details
-
TimedIngressFlowPlan
public TimedIngressFlowPlan(String name, FlowType type, String description, TimedIngressActionConfiguration timedIngressAction, PublishRules publishRules, String cronSchedule)
-
-
Method Details
-
allActionConfigurations
- Specified by:
allActionConfigurationsin classFlowPlan
-
publishRules
Description copied from interface:PublisherGet the PublishRules- Specified by:
publishRulesin interfacePublisher- Returns:
- the publishRules
-