| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static YammerComponentBuilderFactory.YammerComponentBuilder |
ComponentsBuilderFactory.yammer()
Yammer (camel-yammer)
The yammer component allows you to interact with the Yammer enterprise
social network.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
YammerComponentBuilderFactory.YammerComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default YammerComponentBuilderFactory.YammerComponentBuilder |
YammerComponentBuilderFactory.YammerComponentBuilder.accessToken(String accessToken)
The access token.
|
default YammerComponentBuilderFactory.YammerComponentBuilder |
YammerComponentBuilderFactory.YammerComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default YammerComponentBuilderFactory.YammerComponentBuilder |
YammerComponentBuilderFactory.YammerComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default YammerComponentBuilderFactory.YammerComponentBuilder |
YammerComponentBuilderFactory.YammerComponentBuilder.config(org.apache.camel.component.yammer.YammerConfiguration config)
To use a shared yammer configuration.
|
default YammerComponentBuilderFactory.YammerComponentBuilder |
YammerComponentBuilderFactory.YammerComponentBuilder.consumerKey(String consumerKey)
The consumer key.
|
default YammerComponentBuilderFactory.YammerComponentBuilder |
YammerComponentBuilderFactory.YammerComponentBuilder.consumerSecret(String consumerSecret)
The consumer secret.
|
default YammerComponentBuilderFactory.YammerComponentBuilder |
YammerComponentBuilderFactory.YammerComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default YammerComponentBuilderFactory.YammerComponentBuilder |
YammerComponentBuilderFactory.YammerComponentBuilder.requestor(org.apache.camel.component.yammer.ApiRequestor requestor)
To use a specific requester to communicate with Yammer.
|
static YammerComponentBuilderFactory.YammerComponentBuilder |
YammerComponentBuilderFactory.yammer()
Yammer (camel-yammer)
The yammer component allows you to interact with the Yammer enterprise
social network.
|
Apache Camel