Skip to content

Changes

Summary

  1. [#2267] Decouple command consumer from device connection client factory (details)
Commit e66bbd4e0b55a490fb47fbf81a63c0427c21bad0 by noreply
[#2267] Decouple command consumer from device connection client factory

The ProtocolAdapterCommandConsumerFactory's dependency on the legacy
DeviceConnectionClientFactory has been replaced by an interface that
provides access to the required command handling adapter instance
information. This is a preliminary step for introducing a new
DeviceConnectionClient to the adapter-client module.

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
The file was modified client/src/test/java/org/eclipse/hono/client/impl/ProtocolAdapterCommandConsumerFactoryImplTest.java (diff)
The file was modified client/src/main/java/org/eclipse/hono/client/ProtocolAdapterCommandConsumerFactory.java (diff)
The file was modified client/src/main/java/org/eclipse/hono/client/impl/ProtocolAdapterCommandConsumerFactoryImpl.java (diff)
The file was modified service-base/src/main/java/org/eclipse/hono/service/AbstractProtocolAdapterBase.java (diff)