Package com.tangosol.io.pof
Interface PofConfigProvider
public interface PofConfigProvider
A provider of POF configuration URIs to load into a
ConfigurablePofContext
.
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
Modifier and TypeMethodDescriptionProvide a POF configuration files to load.Provide a set of POF configuration files to load.
-
Method Details
-
getConfigURI
String getConfigURI()Provide a POF configuration files to load.- Returns:
- a POF configuration files to load
-
getConfigURIs
Provide a set of POF configuration files to load.- Returns:
- a set of POF configuration files to load
-