Class GrpcInboundGatewaySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<GrpcInboundGatewaySpec, GrpcInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<GrpcInboundGatewaySpec, GrpcInboundGateway>
org.springframework.integration.grpc.dsl.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
-
Field Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGrpcInboundGatewaySpec(Class<? extends io.grpc.BindableService> grpcServiceClass) -
Method Summary
Methods inherited from class org.springframework.integration.dsl.MessagingGatewaySpec
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingletonMethods inherited from interface org.springframework.context.SmartLifecycle
isPauseable
-
Constructor Details
-
GrpcInboundGatewaySpec
-