Encapsulates a call to aggregate's method, with a set of arguments.
The algorithm that calls aggregate's method, will automatically replace
references from args list with data extracted from container, casted to
type that is extracted from method's signature.
class MethodConfigurer : ParameterHolder!Args, PropertyConfigurer!T(
Calls aggregate's method with a set of arguments.
Encapsulates a call to aggregate's method, with a set of arguments. The algorithm that calls aggregate's method, will automatically replace references from args list with data extracted from container, casted to type that is extracted from method's signature.