This repository was archived by the owner on Aug 18, 2020. It is now read-only.
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Add a EventConnector #110
Closed
Description
Description
As mentioned in #90 a EventConnector can be useful to reduce the required boilerplate in connectors like the TwitchChatConnector
or the DiscordChatConnector
and to automatically handle the unregistering of handlers that were added by In/Outputs.
We might be able to reuse parts of the EventInputImpl
.