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.KnativeServiceDefinition. 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 static KnativeEnvironment.KnativeServiceDefinition
KnativeEnvironment. entry(Knative.EndpointKind endpointKind, Knative.Type type, String name, String host, int port, Map<String,String> metadata)
Stream<KnativeEnvironment.KnativeServiceDefinition>
KnativeEnvironment. lookup(Knative.Type type, String name)
Constructors in org.apache.camel.component.knative.spi with parameters of type Knative.Type Constructor Description KnativeServiceDefinition(Knative.Type type, String name, String host, Integer port, Map<String,String> metadata)
-