Class ScheduledExecutorUtils.UnmanagedScheduledExecutorService

java.lang.Object
software.amazon.awssdk.utils.ScheduledExecutorUtils.UnmanagedScheduledExecutorService
All Implemented Interfaces:
Executor, ExecutorService, ScheduledExecutorService
Enclosing class:
ScheduledExecutorUtils

public static final class ScheduledExecutorUtils.UnmanagedScheduledExecutorService extends Object implements ScheduledExecutorService
Wrapper around ScheduledExecutorService to prevent it from being closed. Used when the customer provides a custom scheduled executor service in which case they are responsible for the lifecycle of it.