ActionLogic icon indicating copy to clipboard operation
ActionLogic copied to clipboard

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

Open rewinfrey opened this issue 9 years ago • 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.

rewinfrey avatar Jan 11 '16 05:01 rewinfrey