Interface ObservableRemoteReaderSpi
- All Superinterfaces:
RemoteReaderSpi
Distributed remote observable reader extension able to communicate with a distributed local
service extension.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when the associated distributed local service starts the observation of a specific observable local reader.void
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, isContactless
-
Method Details
-
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
-