callback
- auto callback(MetadataDecoratedGenericFactory!T factory, T delegate(Locator!(), Args) dg, Args args)
- auto callback(MetadataDecoratedGenericFactory!T factory, T function(Locator!(), Args) dg, Args args)
- auto callback(MetadataDecoratedGenericFactory!T factory, void delegate(Locator!(), T, Args) dg, Args args)
- auto callback(MetadataDecoratedGenericFactory!T factory, void function(Locator!(), T, Args) dg, Args args)
- auto callback(MetadataDecoratedGenericFactory!T factory, void delegate(Locator!(), ref T, Args) dg, Args args)
- auto callback(MetadataDecoratedGenericFactory!T factory, void function(Locator!(), ref T, Args) dg, Args args)
- factory MetadataDecoratedGenericFactory!T
- dg void delegate
- args Args
Call dg on an aggregate that is in configuration phase.
Call dg on aggregate to perform some modifications, using args as input.