org.ehcache.spi.service
Interface ServiceCreationConfiguration<T extends Service>

Type Parameters:
T - the service type this configuration works with

public interface ServiceCreationConfiguration<T extends Service>

A configuration type used when creating a Service.


Method Summary
 java.lang.Class<T> getServiceType()
          Indicates which service consumes this configuration at creation.
 

Method Detail

getServiceType

java.lang.Class<T> getServiceType()
Indicates which service consumes this configuration at creation.

Returns:
the service type