| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder
Advanced builder for endpoint for the Google Pubsub component.
|
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder.advanced() |
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.serializer(Object serializer)
A custom GooglePubsubSerializer to use for serializing message
payloads in the producer.
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.serializer(String serializer)
A custom GooglePubsubSerializer to use for serializing message
payloads in the producer.
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder |
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel