rewinfrey/ActionLogic

Make defining a `call` method optional for `ActionUseCase` and `ActionCoordinator`

Opened this issue · 0 comments

For those cases when before / after or around filters are sufficient and a call method is not required.

This would make it possible for an ActionCoordinator or ActionUseCase to optionally define a call method, and if none were defined, then one would be dynamically defined.