Class GrpcInboundGatewaySpec

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

public class GrpcInboundGatewaySpec extends MessagingGatewaySpec<GrpcInboundGatewaySpec, GrpcInboundGateway>
A MessagingGatewaySpec for a GrpcInboundGateway.

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

Since:
7.1
Author:
Glenn Renfro
  • Constructor Details

    • GrpcInboundGatewaySpec

      protected GrpcInboundGatewaySpec(Class<? extends io.grpc.BindableService> grpcServiceClass)