public final class CloseableExecutors extends Object
ExecutorService and ScheduledExecutorService with Closeable
to allow throwing them into a Closer.| Modifier and Type | Method and Description |
|---|---|
static com.groupon.mesos.util.CloseableExecutors.CloseableExecutorServiceDecorator |
decorate(ExecutorService service) |
static com.groupon.mesos.util.CloseableExecutors.CloseableScheduledExecutorServiceDecorator |
decorate(ScheduledExecutorService service) |
public static com.groupon.mesos.util.CloseableExecutors.CloseableExecutorServiceDecorator decorate(ExecutorService service)
public static com.groupon.mesos.util.CloseableExecutors.CloseableScheduledExecutorServiceDecorator decorate(ScheduledExecutorService service)
Copyright © 2014–2015. All rights reserved.