Refactor response classes to use RequestContext instead of SessionId + request id #220

Merged
lars.winzer merged 5 commits from feat/34-make-response-use-requestcontext into main 2026-03-31 20:50:08 +02:00
Showing only changes of commit 2ad2981724 - Show all commits
@@ -29,7 +29,7 @@ public abstract class Response {
public abstract String prefix();
/**
* Returns the session id that should receive this response.
* Returns the session id of the session that should receive this response.
*
* @return the target {@link SessionId}
*/