Uses of Class
org.apache.camel.v1.integrationspec.traits.Deployment.Strategy
-
Packages that use Deployment.Strategy Package Description org.apache.camel.v1.integrationspec.traits -
-
Uses of Deployment.Strategy in org.apache.camel.v1.integrationspec.traits
Methods in org.apache.camel.v1.integrationspec.traits that return Deployment.Strategy Modifier and Type Method Description Deployment.StrategyDeployment. getStrategy()static Deployment.StrategyDeployment.Strategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Deployment.Strategy[]Deployment.Strategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.v1.integrationspec.traits with parameters of type Deployment.Strategy Modifier and Type Method Description voidDeployment. setStrategy(Deployment.Strategy strategy)
-