Class GrpcOutboundGatewaySpec

All Implemented Interfaces:
DisposableBean, FactoryBean<GrpcOutboundGateway>, InitializingBean, Lifecycle, Phased, SmartLifecycle

public class GrpcOutboundGatewaySpec extends MessageHandlerSpec<GrpcOutboundGatewaySpec, GrpcOutboundGateway>
A MessageHandlerSpec for a GrpcOutboundGateway.

This spec provides a fluent API for configuring gRPC outbound gateways in Spring Integration DSL flows.

Since:
7.1
Author:
Glenn Renfro