- Type Parameters:
ResponseT- Pojo response type.
- All Implemented Interfaces:
org.reactivestreams.Publisher<ByteBuffer>,SdkPublisher<ByteBuffer>
An
SdkPublisher that publishes response body content and also contains a reference to the SdkResponse returned by the service.- See Also:
Constructor Summary
Constructors
Method Summary
booleanintvoidMethods inherited from interface software.amazon.awssdk.core.async.SdkPublisher
addTrailingData, buffer, doAfterOnCancel, doAfterOnComplete, doAfterOnError, filter, filter, flatMapIterable, limit, map, subscribe
Constructor Details
Method Details
response
- Returns:
- the unmarshalled response object from the service.
subscribe
public void subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber) - Specified by:
subscribein interfaceorg.reactivestreams.Publisher<ResponseT extends SdkResponse>
toString
equals
public boolean equals(Object o) hashCode
public int hashCode()