UseCase Implementation handling of missing bindings and subscriptions #140
DerAndereAndi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now the use case implementations assume that bindings and subscriptions will succeed. They do not provide any code if these fail.
We need a way to not only support this golden path, but be able to react on binding and subscriptions failures.
This discussions is meant for collecting ideas on how this could be achieved.
Beta Was this translation helpful? Give feedback.
All reactions