Interface GrpcComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface GrpcComponentBuilderFactory
Expose gRPC endpoints and access external gRPC endpoints. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GrpcComponentBuilderFactory.GrpcComponentBuilder
Builder for the gRPC component.static class
GrpcComponentBuilderFactory.GrpcComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static GrpcComponentBuilderFactory.GrpcComponentBuilder
grpc()
gRPC (camel-grpc) Expose gRPC endpoints and access external gRPC endpoints.
-
-
-
Method Detail
-
grpc
static GrpcComponentBuilderFactory.GrpcComponentBuilder grpc()
gRPC (camel-grpc) Expose gRPC endpoints and access external gRPC endpoints. Category: rpc Since: 2.19 Maven coordinates: org.apache.camel:camel-grpc- Returns:
- the dsl builder
-
-