ProgressListener.ExceptionReporter
, ProgressListener.NoOpProgressListener
, ProgressListenerChain
, ProgressListenerWithEventCodeVerification
, ProgressTracker
, SyncProgressListener
public interface DeliveryMode
SyncProgressListener
Modifier and Type | Interface | Description |
---|---|---|
static class |
DeliveryMode.Check |
Provides convenient method to check if a listener is safe to be invoked
synchronously.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
isSyncCallSafe() |
Returns true if it is safe to make a synchronous callback to the
implementing listener without the risk of incurring undue latency; false
otherwise.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.