Uses of Class
org.apache.camel.component.knative.spi.Knative.Protocol
-
-
Uses of Knative.Protocol in org.apache.camel.component.knative.spi
Methods in org.apache.camel.component.knative.spi that return Knative.Protocol Modifier and Type Method Description static Knative.Protocol
Knative.Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static Knative.Protocol[]
Knative.Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-