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 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