Uses of Class
org.springframework.integration.grpc.dsl.GrpcInboundGatewaySpec
Packages that use GrpcInboundGatewaySpec
Package
Description
Provides gRPC Components support for Spring Integration Java DSL
-
Uses of GrpcInboundGatewaySpec in org.springframework.integration.grpc.dsl
Subclasses with type arguments of type GrpcInboundGatewaySpec in org.springframework.integration.grpc.dslMethods in org.springframework.integration.grpc.dsl that return GrpcInboundGatewaySpecModifier and TypeMethodDescriptionstatic GrpcInboundGatewaySpecGrpc.inboundGateway(Class<? extends io.grpc.BindableService> grpcServiceClass) Create aGrpcInboundGatewaySpecfor an inbound gateway.