Uses of Class
org.apache.camel.component.grpc.GrpcConfiguration
-
Packages that use GrpcConfiguration Package Description org.apache.camel.component.grpc org.apache.camel.component.grpc.client -
-
Uses of GrpcConfiguration in org.apache.camel.component.grpc
Fields in org.apache.camel.component.grpc declared as GrpcConfiguration Modifier and Type Field Description protected GrpcConfigurationGrpcConsumer. configurationprotected GrpcConfigurationGrpcEndpoint. configurationprotected GrpcConfigurationGrpcProducer. configurationMethods in org.apache.camel.component.grpc that return GrpcConfiguration Modifier and Type Method Description GrpcConfigurationGrpcConsumer. getConfiguration()GrpcConfigurationGrpcEndpoint. getConfiguration()protected GrpcConfigurationGrpcComponent. parseConfiguration(GrpcConfiguration configuration, String remaining)Parses the configurationMethods in org.apache.camel.component.grpc with parameters of type GrpcConfiguration Modifier and Type Method Description protected GrpcConfigurationGrpcComponent. parseConfiguration(GrpcConfiguration configuration, String remaining)Parses the configurationConstructors in org.apache.camel.component.grpc with parameters of type GrpcConfiguration Constructor Description GrpcConsumer(GrpcEndpoint endpoint, org.apache.camel.Processor processor, GrpcConfiguration configuration)GrpcEndpoint(String uri, GrpcComponent component, GrpcConfiguration config)GrpcProducer(GrpcEndpoint endpoint, GrpcConfiguration configuration) -
Uses of GrpcConfiguration in org.apache.camel.component.grpc.client
Methods in org.apache.camel.component.grpc.client with parameters of type GrpcConfiguration Modifier and Type Method Description static GrpcExchangeForwarderGrpcExchangeForwarderFactory. createExchangeForwarder(GrpcConfiguration configuration, Object grpcStub)Constructors in org.apache.camel.component.grpc.client with parameters of type GrpcConfiguration Constructor Description GrpcResponseRouterStreamObserver(GrpcConfiguration configuration, org.apache.camel.Endpoint sourceEndpoint)
-