Interface GrpcEndpointBuilderFactory.AdvancedGrpcEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,GrpcEndpointBuilderFactory.AdvancedGrpcEndpointConsumerBuilder,GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder
- Enclosing interface:
- GrpcEndpointBuilderFactory
public static interface GrpcEndpointBuilderFactory.AdvancedGrpcEndpointBuilder
extends GrpcEndpointBuilderFactory.AdvancedGrpcEndpointConsumerBuilder, GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder
Advanced builder for endpoint for the gRPC component.
-
Method Summary
Modifier and TypeMethodDescriptionbasic()synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.GrpcEndpointBuilderFactory.AdvancedGrpcEndpointConsumerBuilder
bridgeErrorHandler, bridgeErrorHandler, exceptionHandler, exceptionHandler, exchangePattern, exchangePatternMethods inherited from interface org.apache.camel.builder.endpoint.dsl.GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder
lazyStartProducer, lazyStartProducer
-
Method Details
-
basic
- Specified by:
basicin interfaceGrpcEndpointBuilderFactory.AdvancedGrpcEndpointConsumerBuilder- Specified by:
basicin interfaceGrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder
-
synchronous
Sets whether synchronous processing should be strictly used. The option is a: <code>boolean</code> type. Default: false Group: advanced- Specified by:
synchronousin interfaceGrpcEndpointBuilderFactory.AdvancedGrpcEndpointConsumerBuilder- Specified by:
synchronousin interfaceGrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder- Parameters:
synchronous- the value to set- Returns:
- the dsl builder
-
synchronous
Sets whether synchronous processing should be strictly used. The option will be converted to a <code>boolean</code> type. Default: false Group: advanced- Specified by:
synchronousin interfaceGrpcEndpointBuilderFactory.AdvancedGrpcEndpointConsumerBuilder- Specified by:
synchronousin interfaceGrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder- Parameters:
synchronous- the value to set- Returns:
- the dsl builder
-