org.ehcache.spi.service
Interface MaintainableService
- All Superinterfaces:
- Service
- All Known Subinterfaces:
- PersistableResourceService
public interface MaintainableService
- extends Service
Service
interface that indicates that implementing services participate in
MAINTENANCE
mode.
startForMaintenance
void startForMaintenance(ServiceProvider<MaintainableService> serviceProvider)
- Start this service for maintenance, based on its default configuration.
- Parameters:
serviceProvider
- enables to depend on other maintainable services