Package org.apache.camel.k.master
Class MasterContextCustomizer
- java.lang.Object
-
- org.apache.camel.k.master.MasterContextCustomizer
-
- All Implemented Interfaces:
Comparable<ContextCustomizer>
,ContextCustomizer
,org.apache.camel.Ordered
public class MasterContextCustomizer extends Object implements ContextCustomizer
-
-
Constructor Summary
Constructors Constructor Description MasterContextCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(org.apache.camel.CamelContext camelContext)
String
getConfigMapName()
String
getLabelKey()
String
getLabelValue()
void
setConfigMapName(String configMapName)
void
setLabelKey(String labelKey)
void
setLabelValue(String labelValue)
-
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
-
-
-
-
Method Detail
-
apply
public void apply(org.apache.camel.CamelContext camelContext)
- Specified by:
apply
in interfaceContextCustomizer
-
getConfigMapName
public String getConfigMapName()
-
setConfigMapName
public void setConfigMapName(String configMapName)
-
getLabelKey
public String getLabelKey()
-
setLabelKey
public void setLabelKey(String labelKey)
-
getLabelValue
public String getLabelValue()
-
setLabelValue
public void setLabelValue(String labelValue)
-
-