Interface LocatorConfigurer
- All Superinterfaces:
Configurer<LocatorFactoryBean>
,org.springframework.core.Ordered
- All Known Implementing Classes:
EmbeddedServiceConfigurationSupport.LocatorGemFirePropertiesConfigurer
,LazyResolvingComposableLocatorConfigurer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A Spring
Configurer
used to apply additional, customized configuration for an Apache Geode or Pivotal GemFire
Locator
.
This Configurer
is particularly useful when using LocatorApplication
annotation to configure
and bootstrap an Apache Geode or Pivotal GemFire Locator
.
This Configurer
is NOT applied when configuring and enabling an embedded Locator
using the {@link @EnableLocator} annotation.- Since:
- 2.2.0
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Methods inherited from interface org.springframework.data.gemfire.config.annotation.support.Configurer
configure, getOrder