Uses of Class
org.apache.camel.k.SourceType
-
-
Uses of SourceType in org.apache.camel.k
Methods in org.apache.camel.k that return SourceType Modifier and Type Method Description SourceType
Source. getType()
SourceType
SourceDefinition. getType()
static SourceType
SourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SourceType[]
SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.k with parameters of type SourceType Modifier and Type Method Description void
SourceDefinition. setType(SourceType type)
TheSourceType
of the source.
-