Package com.tangosol.io.pof
Interface PofConfigProvider
-
public interface PofConfigProvider
A provider of POF configuration URIs to load into aConfigurablePofContext
.Implementations of this class are discovered using the
ServiceLoader
and 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 String
getConfigURI()
Provide a POF configuration files to load.default Set<String>
getConfigURIs()
Provide a set of POF configuration files to load.
-