Skip navigation links
C D E G I O P S 

C

configuration - Variable in class org.apache.camel.component.grpc.GrpcEndpoint
 
configuration - Variable in class org.apache.camel.component.grpc.GrpcProducer
 
constructGrpcAsyncStub(String, String, Channel) - Static method in class org.apache.camel.component.grpc.GrpcUtils
 
constructGrpcBlockingStub(String, String, Channel) - Static method in class org.apache.camel.component.grpc.GrpcUtils
 
convertMethod2CamelCase(String) - Static method in class org.apache.camel.component.grpc.GrpcUtils
Migrated MixedLower function from the gRPC converting plugin source code (https://github.com/grpc/grpc-java/blob/master/compiler/src/java_plugin/cpp/java_generator.cpp) - decapitalize the first letter - remove embedded underscores & capitalize the following letter
createConsumer(Processor) - Method in class org.apache.camel.component.grpc.GrpcEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.grpc.GrpcComponent
 
createProducer() - Method in class org.apache.camel.component.grpc.GrpcEndpoint
 

D

doStart() - Method in class org.apache.camel.component.grpc.GrpcProducer
 
doStop() - Method in class org.apache.camel.component.grpc.GrpcProducer
 

E

endpoint - Variable in class org.apache.camel.component.grpc.GrpcProducer
 

G

getHost() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
The gRPC server host name
getMethod() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
gRPC method name
getPort() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
The gRPC server port
getService() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
Fully qualified service name from the protocol buffer descriptor file (package dot service definition name)
getServiceName() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
The service name extracted from the full service name
getServicePackage() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
The service package name extracted from the full service name
getTarget() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
The channel target name as alternative to host and port parameters
getUsePlainText() - Method in class org.apache.camel.component.grpc.GrpcConfiguration
The plaintext connection to the server flag
GRPC_SERVICE_ASYNC_STUB_METHOD - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
 
GRPC_SERVICE_CLASS_PREFIX - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
 
GRPC_SERVICE_FUTURE_STUB_METHOD - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
 
GRPC_SERVICE_SYNC_STUB_METHOD - Static variable in interface org.apache.camel.component.grpc.GrpcConstants
 
GrpcComponent - Class in org.apache.camel.component.grpc
Represents the component that manages GrpcEndpoint.
GrpcComponent() - Constructor for class org.apache.camel.component.grpc.GrpcComponent
 
GrpcConfiguration - Class in org.apache.camel.component.grpc
 
GrpcConfiguration() - Constructor for class org.apache.camel.component.grpc.GrpcConfiguration
 
GrpcConstants - Interface in org.apache.camel.component.grpc
gRPC component constants
GrpcEndpoint - Class in org.apache.camel.component.grpc
The gRPC component is using for calling remote procedures via HTTP/2
GrpcEndpoint(String, GrpcComponent, GrpcConfiguration) - Constructor for class org.apache.camel.component.grpc.GrpcEndpoint
 
GrpcProducer - Class in org.apache.camel.component.grpc
Represents asynchronous and synchronous gRPC producer implementations.
GrpcProducer(GrpcEndpoint, GrpcConfiguration) - Constructor for class org.apache.camel.component.grpc.GrpcProducer
 
GrpcUtils - Class in org.apache.camel.component.grpc
GrpcUtils helpers are working with dynamic methods via Spring reflection utilities

I

initializeChannel() - Method in class org.apache.camel.component.grpc.GrpcProducer
 
invokeAsyncMethod(Object, String, Object, StreamObserver) - Static method in class org.apache.camel.component.grpc.GrpcUtils
 
invokeSyncMethod(Object, String, Object) - Static method in class org.apache.camel.component.grpc.GrpcUtils
 
isSingleton() - Method in class org.apache.camel.component.grpc.GrpcEndpoint
 

O

org.apache.camel.component.grpc - package org.apache.camel.component.grpc
 

P

process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.grpc.GrpcProducer
 
process(Exchange) - Method in class org.apache.camel.component.grpc.GrpcProducer
 

S

setHost(String) - Method in class org.apache.camel.component.grpc.GrpcConfiguration
 
setMethod(String) - Method in class org.apache.camel.component.grpc.GrpcConfiguration
 
setPort(int) - Method in class org.apache.camel.component.grpc.GrpcConfiguration
 
setService(String) - Method in class org.apache.camel.component.grpc.GrpcConfiguration
 
setServiceName(String) - Method in class org.apache.camel.component.grpc.GrpcConfiguration
 
setServicePackage(String) - Method in class org.apache.camel.component.grpc.GrpcConfiguration
 
setTarget(String) - Method in class org.apache.camel.component.grpc.GrpcConfiguration
 
setUsePlainText(Boolean) - Method in class org.apache.camel.component.grpc.GrpcConfiguration
 
C D E G I O P S 
Skip navigation links

Apache Camel