T - Class type of the configurable Spring component processed by this Configurer.@FunctionalInterface public interface Configurer<T> extends Ordered
Configurer interface defines a contract for implementing objects that can modify some aspect
of configuration given a reference to the Spring component responsible for the configuration of some
Apache Geode or Pivotal GemFire Object declared as a bean in the Spring container.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Modifier and Type | Method and Description |
|---|---|
void |
configure(String beanName,
T bean)
Applies additional user-defined configuration to the given Spring component.
|
default int |
getOrder()
|
void configure(String beanName, T bean)
default int getOrder()
Configurer bean relative to other Configurers
of the same type.
Returns 0 by default.getOrder in interface OrderedConfigurer is applied.Ordered.getOrder()Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.