toAfterCommandFunctionMetadata
fun <C : Any> FunctionAccessorMetadata<C, Mono<*>>.toAfterCommandFunctionMetadata(): AfterCommandFunctionMetadata<C>
Converts a function accessor metadata into after-command function metadata.
Return
The after-command function metadata.
Parameters
C
The type of the command aggregate.