@UriEndpoint(firstVersion="2.23.0",
scheme="nsq",
title="NSQ",
syntax="nsq:topic",
category=MESSAGING)
public class NsqEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
NsqEndpoint(String uri,
NsqComponent component,
NsqConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
ExecutorService |
createExecutor() |
org.apache.camel.Producer |
createProducer() |
NsqConfiguration |
getConfiguration() |
com.github.brainlag.nsq.NSQConfig |
getNsqConfig() |
void |
setConfiguration(NsqConfiguration configuration) |
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, isSynchronous, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, 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, waitpublic NsqEndpoint(String uri, NsqComponent component, NsqConfiguration configuration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic ExecutorService createExecutor()
public void setConfiguration(NsqConfiguration configuration)
public NsqConfiguration getConfiguration()
public com.github.brainlag.nsq.NSQConfig getNsqConfig()
throws GeneralSecurityException,
IOException
GeneralSecurityExceptionIOExceptionApache Camel