Class DynamicRouterControlEndpoint

java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.support.DefaultEndpoint
org.apache.camel.component.dynamicrouter.control.DynamicRouterControlEndpoint
All Implemented Interfaces:
AutoCloseable, org.apache.camel.CamelContextAware, org.apache.camel.ComponentAware, org.apache.camel.Endpoint, org.apache.camel.IsSingleton, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HasCamelContext, org.apache.camel.spi.HasId, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

@UriEndpoint(firstVersion="4.4.0", scheme="dynamic-router-control", title="Dynamic Router Control", syntax="dynamic-router-control:controlAction", producerOnly=true, remote=false, headersClass=DynamicRouterControlConstants.class, category=MESSAGING) public class DynamicRouterControlEndpoint extends org.apache.camel.support.DefaultEndpoint
The Dynamic Router control endpoint for operations that allow routing participants to subscribe or unsubscribe to participate in dynamic message routing.
  • Nested Class Summary Link icon

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Factory to create the DynamicRouterControlEndpoint.
  • Field Summary Link icon

    Fields inherited from class org.apache.camel.support.service.BaseService Link icon

    BUILT, FAILED, INITIALIZED, INITIALIZING, lock, NEW, SHUTDOWN, SHUTTING_DOWN, STARTED, STARTING, status, STOPPED, STOPPING, SUSPENDED, SUSPENDING
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Creates the instance.
    Creates the instance.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    org.apache.camel.Consumer
    createConsumer(org.apache.camel.Processor processor)
    This is a producer-only component.
    org.apache.camel.Producer
    protected void
    Starts the component, and creates the DynamicRouterControlService and adds it to the CamelContext.
    protected void
    Stops the component, and removes the DynamicRouterControlService from the CamelContext.
     
    Gets the control action for this endpoint.
    boolean
     

    Methods inherited from class org.apache.camel.support.DefaultEndpoint Link icon

    configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, equals, getCamelContext, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toString

    Methods inherited from class org.apache.camel.support.service.BaseService Link icon

    build, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getInternalLock, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend

    Methods inherited from class java.lang.Object Link icon

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.camel.ComponentAware Link icon

    getComponent

    Methods inherited from interface org.apache.camel.Endpoint Link icon

    getEndpointBaseUri, isSingletonProducer

    Methods inherited from interface org.apache.camel.Service Link icon

    build, close, init, start, stop

    Methods inherited from interface org.apache.camel.ShutdownableService Link icon

    shutdown

    Methods inherited from interface org.apache.camel.StatefulService Link icon

    getStatus, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspending

    Methods inherited from interface org.apache.camel.SuspendableService Link icon

    isSuspended, resume, suspend