public static interface IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IronMQEndpointBuilderFactory.AdvancedIronMQEndpointProducerBuilder |
advanced() |
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder |
client(Object client)
Reference to a io.iron.ironmq.Client in the Registry.
|
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder |
client(String client)
Reference to a io.iron.ironmq.Client in the Registry.
|
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder |
ironMQCloud(String ironMQCloud)
IronMq Cloud url.
|
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder |
preserveHeaders(boolean preserveHeaders)
Should message headers be preserved when publishing messages.
|
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder |
preserveHeaders(String preserveHeaders)
Should message headers be preserved when publishing messages.
|
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder |
projectId(String projectId)
IronMQ projectId.
|
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder |
token(String token)
IronMQ token.
|
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder |
visibilityDelay(int visibilityDelay)
The item will not be available on the queue until this many seconds
have passed.
|
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder |
visibilityDelay(String visibilityDelay)
The item will not be available on the queue until this many seconds
have passed.
|
default IronMQEndpointBuilderFactory.AdvancedIronMQEndpointProducerBuilder advanced()
default IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder client(Object client)
client - the value to setdefault IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder client(String client)
client - the value to setdefault IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder ironMQCloud(String ironMQCloud)
ironMQCloud - the value to setdefault IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder preserveHeaders(boolean preserveHeaders)
preserveHeaders - the value to setdefault IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder preserveHeaders(String preserveHeaders)
preserveHeaders - the value to setdefault IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder projectId(String projectId)
projectId - the value to setdefault IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder token(String token)
token - the value to setdefault IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder visibilityDelay(int visibilityDelay)
visibilityDelay - the value to setdefault IronMQEndpointBuilderFactory.IronMQEndpointProducerBuilder visibilityDelay(String visibilityDelay)
visibilityDelay - the value to setApache Camel