Uses of Class
org.apache.camel.component.knative.spi.Knative.Type
-
-
Uses of Knative.Type in org.apache.camel.component.knative.spi
Methods in org.apache.camel.component.knative.spi that return Knative.Type Modifier and Type Method Description Knative.Type
KnativeResource. getType()
static Knative.Type
Knative.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Knative.Type[]
Knative.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.knative.spi with parameters of type Knative.Type Modifier and Type Method Description Stream<KnativeResource>
KnativeEnvironment. lookup(Knative.Type type, String name)
boolean
KnativeResource. matches(Knative.Type type, String name)
static KnativeEnvironment.KnativeServiceBuilder
KnativeEnvironment. serviceBuilder(Knative.Type type, String name)
void
KnativeResource. setType(Knative.Type type)
Constructors in org.apache.camel.component.knative.spi with parameters of type Knative.Type Constructor Description KnativeServiceBuilder(Knative.Type type, String name)
-