Interface DiskStoreConfigurer

All Superinterfaces:
Configurer<DiskStoreFactoryBean>, Ordered
All Known Implementing Classes:
LazyResolvingComposableDiskStoreConfigurer
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 DiskStoreConfigurer extends Configurer<DiskStoreFactoryBean>
The DiskStoreConfigurer interface defines a contract for implementing Objects in order to customize the configuration of a DiskStoreFactoryBean used to construct, configure and initialize a DiskStore.
Since:
2.0.0
Author:
John Blum
See Also: