Class ScheduledExecutorUtils
java.lang.Object
software.amazon.awssdk.utils.ScheduledExecutorUtils
Utilities that make it easier to create, use and destroy
 
s.
invalid reference
ScheduledExecutor- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classWrapper aroundScheduledExecutorServiceto prevent it from being closed.
- 
Method SummaryModifier and TypeMethodDescriptionstatic ScheduledExecutorServiceWrap a scheduled executor in a type that cannot be closed, or shut down.static ScheduledExecutorServiceUnwrap a scheduled executor.
- 
Method Details- 
unmanagedScheduledExecutorpublic static ScheduledExecutorService unmanagedScheduledExecutor(ScheduledExecutorService executor) Wrap a scheduled executor in a type that cannot be closed, or shut down.
- 
unwrapUnmanagedScheduledExecutorpublic static ScheduledExecutorService unwrapUnmanagedScheduledExecutor(ScheduledExecutorService executor) Unwrap a scheduled executor. Requires the UnmanagedScheduledExecutorService to be the "outer" type.
 
-