Interface GatewayReceiverConfigurer

All Superinterfaces:
Configurer<GatewayReceiverFactoryBean>, Ordered
All Known Implementing Classes:
LazyResolvingComposableGatewayReceiverConfigurer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GatewayReceiverConfigurer extends Configurer<GatewayReceiverFactoryBean>
GatewayReceiverConfigurer used to customize the configuration of a GatewayReceiverFactoryBean.
Author:
Udo Kohlmeyer, John Blum
See Also: