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