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.
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
ActionCoordinatororActionUseCaseto optionally define acallmethod, and if none were defined, then one would be dynamically defined.