Record Class ReactiveResponse.Result<T>

java.lang.Object
java.lang.Record
org.eclipse.jetty.reactive.client.ReactiveResponse.Result<T>
Type Parameters:
T - the type of the response content
Record Components:
response - the response
content - the response content
Enclosing class:
ReactiveResponse

public static record ReactiveResponse.Result<T>(ReactiveResponse response, T content) extends Record

A record holding the ReactiveResponse and the response content.