public interface Response
| Modifier and Type | Method and Description |
|---|---|
Throwable |
error() |
Collection<String> |
headerNames() |
Request |
request() |
Span.Kind |
spanKind() |
Object |
unwrap() |
Collection<String> headerNames()
Span.Kind spanKind()
Span.Kind describing the direction and type of the
request.@Nullable Request request()
@Nullable Throwable error()
null if there was none.Object unwrap()
null if there is none.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.