Uses of Interface
org.apache.tapestry5.ioc.services.ThunkCreator
-
Packages that use ThunkCreator Package Description org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.org.apache.tapestry5.ioc.modules -
-
Uses of ThunkCreator in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement ThunkCreator Modifier and Type Class Description class
ThunkCreatorImpl
Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type ThunkCreator Constructor Description LazyAdvisorImpl(ThunkCreator thunkCreator)
ParallelExecutorImpl(ExecutorService executorService, ThunkCreator thunkCreator, PerthreadManager perthreadManager)
-
Uses of ThunkCreator in org.apache.tapestry5.ioc.modules
Methods in org.apache.tapestry5.ioc.modules with parameters of type ThunkCreator Modifier and Type Method Description static ParallelExecutor
TapestryIOCModule. buildDeferredExecution(int coreSize, int maxSize, int keepAliveMillis, boolean threadPoolEnabled, int queueSize, PerthreadManager perthreadManager, RegistryShutdownHub shutdownHub, ThunkCreator thunkCreator)
-