-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#565] Implement protocol connection events
This change adds connection events which protocol adapters may send out in order to notify listeners that a device has connected/disconnected. Those events are "best effort", but there are no guarantees about them. Hono supports different ways of handling those events and comes with two default implementations. One "logging" implementation which simply logs to the logging system. And one event base implementation, which sends out events using the *Hono Event API*. The implementations may be wired up using the Spring Boot configuration.
- Loading branch information
Showing
9 changed files
with
476 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.