Package org.deltafi.common.types
Class EgressActionConfiguration
- java.lang.Object
-
- org.deltafi.common.types.DeltaFiConfiguration
-
- org.deltafi.common.types.ActionConfiguration
-
- org.deltafi.common.types.EgressActionConfiguration
-
public class EgressActionConfiguration extends ActionConfiguration
-
-
Field Summary
-
Fields inherited from class org.deltafi.common.types.ActionConfiguration
actionType, parameters, type
-
Fields inherited from class org.deltafi.common.types.DeltaFiConfiguration
apiVersion, name
-
-
Constructor Summary
Constructors Constructor Description EgressActionConfiguration(java.lang.String name, java.lang.String type)EgressActionConfiguration(java.lang.String name, ActionType actionType, java.lang.String type)
-
Method Summary
-
Methods inherited from class org.deltafi.common.types.ActionConfiguration
buildActionInput, validate, validateType
-
-
-
-
Constructor Detail
-
EgressActionConfiguration
public EgressActionConfiguration(java.lang.String name, java.lang.String type)
-
EgressActionConfiguration
public EgressActionConfiguration(java.lang.String name, ActionType actionType, java.lang.String type)
-
-