Uses of Class
org.apache.camel.component.knative.spi.Knative.EndpointKind
-
-
Uses of Knative.EndpointKind in org.apache.camel.component.knative.spi
Methods in org.apache.camel.component.knative.spi that return Knative.EndpointKind Modifier and Type Method Description Knative.EndpointKind
KnativeResource. getEndpointKind()
static Knative.EndpointKind
Knative.EndpointKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static Knative.EndpointKind[]
Knative.EndpointKind. 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.EndpointKind Modifier and Type Method Description void
KnativeResource. setEndpointKind(Knative.EndpointKind endpointKind)
KnativeEnvironment.KnativeServiceBuilder
KnativeEnvironment.KnativeServiceBuilder. withEndpointKind(Knative.EndpointKind endpointKind)
-