Class CamelKafkaConnectMain
java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.main.BaseMainSupport
org.apache.camel.main.SimpleMain
org.apache.camel.kafkaconnector.utils.CamelKafkaConnectMain
public class CamelKafkaConnectMain
extends org.apache.camel.main.SimpleMain
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.camel.ConsumerTemplatestatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringprotected org.apache.camel.ProducerTemplateFields inherited from class org.apache.camel.main.BaseMainSupport
camelContext, defaultPropertyPlaceholderLocation, helper, initialProperties, listeners, mainConfigurationProperties, overrideProperties, propertyPlaceholderLocations, routesCollector, standalone, wildcardPropertiesFields inherited from class org.apache.camel.support.service.BaseService
BUILT, FAILED, INITIALIZED, INITIALIZING, lock, NEW, SHUTDOWN, SHUTTING_DOWN, STARTED, STARTING, status, STOPPED, STOPPING, SUSPENDED, SUSPENDING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoStop()org.apache.camel.ConsumerTemplateorg.apache.camel.ProducerTemplateMethods inherited from class org.apache.camel.main.SimpleMain
doInit, doStartMethods inherited from class org.apache.camel.main.BaseMainSupport
addInitialProperty, addMainListener, addOverrideProperty, addProperty, autoConfigurationFailFast, autoConfigurationFromProperties, autoConfigurationFromReloadedProperties, autoConfigurationMainConfiguration, autoConfigurationPropertiesComponent, autoConfigurationSingleOption, autoconfigure, autowireWildcardProperties, configure, configureLifecycle, configurePackageScan, configurePropertiesService, configureRoutes, configureRoutesLoader, configureStartupRecorder, createLifecycleStrategy, doAutoConfigurationFromProperties, doAutowireWildcardProperties, doConfigureCamelContextFromMainConfiguration, getCamelContext, getDefaultPropertyPlaceholderLocation, getInitialProperties, getOverrideProperties, getPropertyPlaceholderLocations, getRoutesCollector, loadConfigurations, loadCustomBeans, modelineRoutes, postProcessCamelContext, postProcessCamelRegistry, preProcessCamelRegistry, removeMainListener, setDefaultPropertyPlaceholderLocation, setInitialProperties, setInitialProperties, setOverrideProperties, setOverrideProperties, setPropertyPlaceholderLocations, setRoutesCollectorMethods inherited from class org.apache.camel.support.service.BaseService
build, 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, suspend
-
Field Details
-
KAMELET_MARSHAL_TEMPLATE_PARAMETERS_PREFIX
- See Also:
-
KAMELET_UNMARSHAL_TEMPLATE_PARAMETERS_PREFIX
- See Also:
-
KAMELET_AGGREGATORL_TEMPLATE_PARAMETERS_PREFIX
- See Also:
-
KAMELET_IDEMPOTENT_TEMPLATE_PARAMETERS_PREFIX
- See Also:
-
KAMELET_REMOVEHEADER_TEMPLATE_PARAMETERS_PREFIX
- See Also:
-
consumerTemplate
protected volatile org.apache.camel.ConsumerTemplate consumerTemplate -
producerTemplate
protected volatile org.apache.camel.ProducerTemplate producerTemplate
-
-
Constructor Details
-
CamelKafkaConnectMain
public CamelKafkaConnectMain(org.apache.camel.CamelContext context)
-
-
Method Details
-
doStop
- Overrides:
doStopin classorg.apache.camel.main.SimpleMain- Throws:
Exception
-
getProducerTemplate
public org.apache.camel.ProducerTemplate getProducerTemplate() -
getConsumerTemplate
public org.apache.camel.ConsumerTemplate getConsumerTemplate() -
builder
-