Module org.refcodes.controlflow
Package org.refcodes.controlflow
Interface ExecutorServiceAccessor.ExecutorServiceMutator
- All Known Subinterfaces:
ExecutorServiceAccessor.ExecutorServiceProperty
- Enclosing interface:
- ExecutorServiceAccessor
public static interface ExecutorServiceAccessor.ExecutorServiceMutator
Provides a mutator for a
ExecutorService property.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetExecutorService(ExecutorService aExecutorService) Sets theExecutorServicefor theExecutorServiceproperty.
-
Method Details
-
setExecutorService
Sets theExecutorServicefor theExecutorServiceproperty.- Parameters:
aExecutorService- TheExecutorServiceto be stored by theExecutorServiceproperty.
-