public class RabbitMQComponent
extends org.apache.camel.impl.UriEndpointComponent
Modifier and Type | Field and Description |
---|---|
static String |
ARG_PREFIX |
static String |
BINDING_ARG_PREFIX |
static String |
EXCHANGE_ARG_PREFIX |
static String |
QUEUE_ARG_PREFIX |
Constructor and Description |
---|
RabbitMQComponent() |
RabbitMQComponent(org.apache.camel.CamelContext context) |
Modifier and Type | Method and Description |
---|---|
protected RabbitMQEndpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> params) |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public static final String ARG_PREFIX
public static final String EXCHANGE_ARG_PREFIX
public static final String QUEUE_ARG_PREFIX
public static final String BINDING_ARG_PREFIX
Apache Camel