Interface DeviceConnectedHandler
- All Known Subinterfaces:
ContextChainHolder
- All Known Implementing Classes:
ContextChainHolderImpl
public interface DeviceConnectedHandler
Represents handler for new connected device that will propagate information about
established connection with device. It is important for correct order in device connection chain.
-
Method Summary
Modifier and TypeMethodDescriptiondeviceConnected
(ConnectionContext connectionContext) Method is used to propagate information about established connection with device.
-
Method Details
-
deviceConnected
Method is used to propagate information about established connection with device. It propagates connected device's connection context.
-