Class KnativeSinkBindingContextCustomizer
java.lang.Object
org.apache.camel.k.knative.customizer.KnativeSinkBindingContextCustomizer
- All Implemented Interfaces:
Comparable<org.apache.camel.k.ContextCustomizer>
,org.apache.camel.k.ContextCustomizer
,org.apache.camel.Ordered
@Configurer
public class KnativeSinkBindingContextCustomizer
extends Object
implements org.apache.camel.k.ContextCustomizer
-
Field Summary
Fields inherited from interface org.apache.camel.Ordered
HIGHEST, LOWEST
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.k.ContextCustomizer
compareTo, getOrder
-
Constructor Details
-
KnativeSinkBindingContextCustomizer
public KnativeSinkBindingContextCustomizer()
-
-
Method Details
-
getName
-
setName
-
getType
public org.apache.camel.component.knative.spi.Knative.Type getType() -
setType
public void setType(org.apache.camel.component.knative.spi.Knative.Type type) -
getKind
-
setKind
-
getApiVersion
-
setApiVersion
-
apply
public void apply(org.apache.camel.CamelContext camelContext) - Specified by:
apply
in interfaceorg.apache.camel.k.ContextCustomizer
-