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).
|