Skip to content

Commit

Permalink
Javadocs.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Oct 13, 2023
1 parent 937713f commit e45814a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ public CompletableResponseListener(Request request, int maxLength)
this.completable.whenComplete(this::handleExternalFailure);
}

/**
* @return the {@link Request} associated with this listener
*/
public Request getRequest()
{
return request;
Expand Down

0 comments on commit e45814a

Please sign in to comment.