Class CancelledSubscriber<T>
java.lang.Object
software.amazon.awssdk.services.s3.internal.multipart.CancelledSubscriber<T>
- All Implemented Interfaces:
- org.reactivestreams.Subscriber<T>
@SdkInternalApi
public final class CancelledSubscriber<T>
extends Object
implements org.reactivestreams.Subscriber<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidvoidonSubscribe(org.reactivestreams.Subscription subscription) 
- 
Constructor Details- 
CancelledSubscriberpublic CancelledSubscriber()
 
- 
- 
Method Details