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 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.
-