public abstract class AbstractKubernetesEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
AbstractKubernetesEndpoint(String uri,
AbstractKubernetesComponent component,
KubernetesConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
createExecutor() |
protected void |
doStart() |
protected void |
doStop() |
KubernetesConfiguration |
getConfiguration() |
io.fabric8.kubernetes.client.KubernetesClient |
getKubernetesClient() |
KubernetesConfiguration |
getKubernetesConfiguration()
The kubernetes Configuration
|
boolean |
isSingleton() |
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateConsumer, createProducer, getEndpointBaseUri, isSingletonProducerpublic AbstractKubernetesEndpoint(String uri, AbstractKubernetesComponent component, KubernetesConfiguration config)
public KubernetesConfiguration getConfiguration()
public boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonisSingleton in class org.apache.camel.support.DefaultEndpointprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultEndpointExceptionpublic ExecutorService createExecutor()
public io.fabric8.kubernetes.client.KubernetesClient getKubernetesClient()
public KubernetesConfiguration getKubernetesConfiguration()
Apache Camel