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.TypeKnativeResource. getType()static Knative.TypeKnative.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)booleanKnativeResource. matches(Knative.Type type, String name)static KnativeEnvironment.KnativeServiceBuilderKnativeEnvironment. serviceBuilder(Knative.Type type, String name)voidKnativeResource. 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)
-