Uses of Class
org.springframework.integration.grpc.dsl.GrpcOutboundGatewaySpec
Packages that use GrpcOutboundGatewaySpec
Package
Description
Provides gRPC Components support for Spring Integration Java DSL
-
Uses of GrpcOutboundGatewaySpec in org.springframework.integration.grpc.dsl
Subclasses with type arguments of type GrpcOutboundGatewaySpec in org.springframework.integration.grpc.dslMethods in org.springframework.integration.grpc.dsl that return GrpcOutboundGatewaySpecModifier and TypeMethodDescriptionGrpcOutboundGatewaySpec.callOptions(io.grpc.CallOptions callOptions) Set theCallOptionsfor the gRPC call.GrpcOutboundGatewaySpec.methodName(String methodName) Set the name of the gRPC method to call.GrpcOutboundGatewaySpec.methodNameExpression(String methodNameSpelExpression) Set the Spel expression for resolving the method name.GrpcOutboundGatewaySpec.methodNameExpression(Expression methodNameExpression) Set anExpressionto resolve the gRPC method name at runtime.GrpcOutboundGatewaySpec.methodNameFunction(Function<Message<?>, String> methodNameFunction) Set the FunctionExpression for resolving the method name.static GrpcOutboundGatewaySpecGrpc.outboundGateway(io.grpc.Channel channel, Class<?> grpcServiceClass) Create aGrpcOutboundGatewaySpecfor an outbound gateway.