Interface ReconciliationFrameworkEvent

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
ReconciliationFrameworkServiceDelegate, ReconciliationManagerImpl

public interface ReconciliationFrameworkEvent extends AutoCloseable
Service provide one event designed for reconciliation framework. This event onDevicePrepared should be used only for reconciliation framework and application can't do anything with node before the device is not stored in to data store.
Since:
0.5.0 Nitrogen
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<Void>
    onDeviceDisconnected(@NonNull DeviceInfo deviceInfo)
    This event occurs after device is disconnected or being slaved.
    com.google.common.util.concurrent.ListenableFuture<ResultState>
    onDevicePrepared(@NonNull DeviceInfo deviceInfo)
    Event when device is ready as a master but not yet submitted in data store.

    Methods inherited from interface java.lang.AutoCloseable

    close