Uses of Class
org.apache.camel.v1.pipespec.integration.traits.Cron.ConcurrencyPolicy
-
Packages that use Cron.ConcurrencyPolicy Package Description org.apache.camel.v1.pipespec.integration.traits -
-
Uses of Cron.ConcurrencyPolicy in org.apache.camel.v1.pipespec.integration.traits
Methods in org.apache.camel.v1.pipespec.integration.traits that return Cron.ConcurrencyPolicy Modifier and Type Method Description Cron.ConcurrencyPolicyCron. getConcurrencyPolicy()static Cron.ConcurrencyPolicyCron.ConcurrencyPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Cron.ConcurrencyPolicy[]Cron.ConcurrencyPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.v1.pipespec.integration.traits with parameters of type Cron.ConcurrencyPolicy Modifier and Type Method Description voidCron. setConcurrencyPolicy(Cron.ConcurrencyPolicy concurrencyPolicy)
-