Package com.tangosol.io.pof
Interface PofConfigProvider
- 
public interface PofConfigProviderA provider of POF configuration URIs to load into aConfigurablePofContext.Implementations of this class are discovered using the
ServiceLoaderand supplied POF configurations automatically loaded.- Since:
 - 22.06
 - Author:
 - Jonathan Knight 2022.06.03
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetConfigURI()Provide a POF configuration files to load.default Set<String>getConfigURIs()Provide a set of POF configuration files to load. 
 -