Wrapper for ReactiveCrudRepository.findById which unwraps the provided id and awaits the result
Return
the found node
Parameters
id
the id of the node to find
Type Parameters
T
the node type of the repository
Wrapper for ReactiveCrudRepository.findById which unwraps the provided id and awaits the result
the found node
the id of the node to find
the node type of the repository