Uses of Enum 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.TypeModifier and TypeMethodDescriptionKnativeResource.getType()static Knative.TypeReturns the enum constant of this class with the specified name.static Knative.Type[]Knative.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.knative.spi with parameters of type Knative.TypeModifier and TypeMethodDescriptionKnativeEnvironment.lookup(Knative.Type type, String name) booleanKnativeResource.matches(Knative.Type type, String name) KnativeEnvironment.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