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.EndpointKindKnativeResource. getEndpointKind()static Knative.EndpointKindKnative.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 voidKnativeResource. setEndpointKind(Knative.EndpointKind endpointKind)KnativeEnvironment.KnativeServiceBuilderKnativeEnvironment.KnativeServiceBuilder. withEndpointKind(Knative.EndpointKind endpointKind)
-