-
- All Known Subinterfaces:
ExecutorServiceAccessor.ExecutorServiceProperty
public interface ExecutorServiceAccessor
Provides an accessor for aExecutorService
property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ExecutorServiceAccessor.ExecutorServiceBuilder<B extends ExecutorServiceAccessor.ExecutorServiceBuilder<B>>
Provides a builder method for aExecutorService
property returning the builder for applying multiple build operations.static interface
ExecutorServiceAccessor.ExecutorServiceMutator
Provides a mutator for aExecutorService
property.static interface
ExecutorServiceAccessor.ExecutorServiceProperty
Provides aExecutorService
property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutorService
getExecutorService()
Retrieves theExecutorService
from theExecutorService
property.
-
-
-
Method Detail
-
getExecutorService
ExecutorService getExecutorService()
Retrieves theExecutorService
from theExecutorService
property.- Returns:
- The
ExecutorService
stored by theExecutorService
property.
-
-