Interface RemotePoolPluginSpi
-
- All Superinterfaces:
AbstractRemotePluginSpi
public interface RemotePoolPluginSpi extends AbstractRemotePluginSpi
Distributed remote pool plugin extension able to communicate with a distributed local service extension.- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteReaderSpicreateRemoteReader(java.lang.String remoteReaderName, java.lang.String localReaderName)Creates aRemoteReaderSpiassociated to the local reader having the provided name.-
Methods inherited from interface org.eclipse.keyple.core.distributed.remote.spi.AbstractRemotePluginSpi
executeRemotely, getName, onUnregister
-
-
-
-
Method Detail
-
createRemoteReader
RemoteReaderSpi createRemoteReader(java.lang.String remoteReaderName, java.lang.String localReaderName)
Creates aRemoteReaderSpiassociated to the local reader having the provided name.- Parameters:
remoteReaderName- The remote name of the associated local reader.localReaderName- The original name of the associated local reader.- Returns:
- A new instance.
- Since:
- 2.0.0
-
-