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

    Modifier and Type
    Method
    Description
    void
    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