Interface DeviceDisconnectedHandler

All Known Subinterfaces:
ContextChainHolder
All Known Implementing Classes:
ContextChainHolderImpl

public interface DeviceDisconnectedHandler
Represents handler for just disconnected device that will propagate device's connection context. It is important for correct order in device disconnection chain.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method is used to propagate information about closed connection with device.
  • Method Details

    • onDeviceDisconnected

      void onDeviceDisconnected(ConnectionContext connectionContext)
      Method is used to propagate information about closed connection with device. It propagates connected device's connection context.