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
KnativeEnvironment.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<KnativeEnvironment.KnativeResource>
KnativeEnvironment. lookup(Knative.Type type, String name)
boolean
KnativeEnvironment.KnativeResource. matches(Knative.Type type, String name)
static KnativeEnvironment.KnativeServiceBuilder
KnativeEnvironment. serviceBuilder(Knative.Type type, String name)
Constructors in org.apache.camel.component.knative.spi with parameters of type Knative.Type Constructor Description KnativeResource(Knative.Type type, String name, String url, Map<String,String> metadata)
KnativeServiceBuilder(Knative.Type type, String name)
-