- All Known Subinterfaces:
ExecutorServiceAccessor.ExecutorServiceProperty
public interface ExecutorServiceAccessor
Provides an accessor for a
ExecutorService property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceExecutorServiceAccessor.ExecutorServiceBuilder<B extends ExecutorServiceAccessor.ExecutorServiceBuilder<B>>Provides a builder method for aExecutorServiceproperty returning the builder for applying multiple build operations.static interfaceProvides a mutator for aExecutorServiceproperty.static interfaceProvides aExecutorServiceproperty. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theExecutorServicefrom theExecutorServiceproperty.
-
Method Details
-
getExecutorService
ExecutorService getExecutorService()Retrieves theExecutorServicefrom theExecutorServiceproperty.- Returns:
- The
ExecutorServicestored by theExecutorServiceproperty.
-