I have a Mono object Mono which I want to convert to object in a reactive way.
Mono
context.getUser().map(User::getUserId);
H