getSessionById method
- @override
- String correlationId,
- String sessionId
override
Gets a session by its unique id.
correlationId
(optional) transaction id to trace execution through call chain.sessionId
an id of session to be retrieved. Return Future that receives session or error.