Interface GatewaySenderConfigurer
- All Superinterfaces:
Configurer<GatewaySenderFactoryBean>
,org.springframework.core.Ordered
- All Known Implementing Classes:
LazyResolvingComposableGatewaySenderConfigurer
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(String beanName, GatewaySenderFactoryBean bean) Configuration callback method providing a reference to aGatewaySenderFactoryBean
used to construct, configure and initialize an instance ofGatewaySender
.Methods inherited from interface org.springframework.data.gemfire.config.annotation.support.Configurer
getOrder
-
Method Details
-
configure
Configuration callback method providing a reference to aGatewaySenderFactoryBean
used to construct, configure and initialize an instance ofGatewaySender
.- Specified by:
configure
in interfaceConfigurer<GatewaySenderFactoryBean>
- Parameters:
beanName
- name of theGatewaySender
bean declared in the Spring application context.bean
- reference to theGatewaySenderFactoryBean
.- See Also:
-
GatewaySenderFactoryBean
GatewaySender
-