Class GatewayEndpointSpec

All Implemented Interfaces:
DisposableBean, FactoryBean<reactor.util.function.Tuple2<ConsumerEndpointFactoryBean,GatewayMessageHandler>>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration

public class GatewayEndpointSpec extends ConsumerEndpointSpec<GatewayEndpointSpec,GatewayMessageHandler>
A ConsumerEndpointSpec implementation for a mid-flow GatewayMessageHandler.
Since:
5.0
Author:
Artem Bilan
  • Constructor Details

    • GatewayEndpointSpec

      protected GatewayEndpointSpec(MessageChannel requestChannel)
    • GatewayEndpointSpec

      protected GatewayEndpointSpec(String requestChannel)
  • Method Details