public static interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder |
basic() |
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder |
serializer(Object serializer)
A custom GooglePubsubSerializer to use for serializing message
payloads in the producer.
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder |
serializer(String serializer)
A custom GooglePubsubSerializer to use for serializing message
payloads in the producer.
|
default 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 |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointProducerBuilder basic()
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder serializer(Object serializer)
serializer - the value to setdefault GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder serializer(String serializer)
serializer - the value to setdefault GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel