Uses of Interface
org.apache.camel.builder.endpoint.dsl.GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder
Packages that use GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder
-
Uses of GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the gRPC component.Methods in org.apache.camel.builder.endpoint.dsl that return GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilderModifier and TypeMethodDescriptionGrpcEndpointBuilderFactory.GrpcEndpointProducerBuilder.advanced()GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder.synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.GrpcEndpointBuilderFactory.AdvancedGrpcEndpointProducerBuilder.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.