Interface ObservableRemoteReaderSpi
-
- All Superinterfaces:
RemoteReaderSpi
public interface ObservableRemoteReaderSpi extends RemoteReaderSpi
Distributed remote observable reader 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 voidonStartObservation()Invoked when the associated distributed local service starts the observation of a specific observable local reader.voidonStopObservation()Invoked when the associated distributed local service stops the observation of a specific observable local reader.-
Methods inherited from interface org.eclipse.keyple.core.distributed.remote.spi.RemoteReaderSpi
executeRemotely, getName
-
-
-
-
Method Detail
-
onStartObservation
void onStartObservation()
Invoked when the associated distributed local service starts the observation of a specific observable local reader.- Since:
- 2.0.0
-
onStopObservation
void onStopObservation()
Invoked when the associated distributed local service stops the observation of a specific observable local reader.- Since:
- 2.0.0
-
-