Uses of Interface
io.ebean.config.BackgroundExecutorWrapper
Packages that use BackgroundExecutorWrapper
Package
Description
Configuration settings for Database construction
-
Uses of BackgroundExecutorWrapper in io.ebean
Methods in io.ebean that return BackgroundExecutorWrapperModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getBackgroundExecutorWrapper()
Return the background executor wrapper.Methods in io.ebean with parameters of type BackgroundExecutorWrapperModifier and TypeMethodDescriptiondefault DatabaseBuilder
DatabaseBuilder.backgroundExecutorWrapper
(BackgroundExecutorWrapper backgroundExecutorWrapper) Sets the background executor wrapper.DatabaseBuilder.setBackgroundExecutorWrapper
(BackgroundExecutorWrapper backgroundExecutorWrapper) Deprecated. -
Uses of BackgroundExecutorWrapper in io.ebean.config
Classes in io.ebean.config that implement BackgroundExecutorWrapperModifier and TypeClassDescriptionfinal class
Propagates MDC context for tasks executed in the background.Methods in io.ebean.config that return BackgroundExecutorWrapperModifier and TypeMethodDescriptionDatabaseConfig.getBackgroundExecutorWrapper()
default BackgroundExecutorWrapper
BackgroundExecutorWrapper.with
(BackgroundExecutorWrapper inner) Combines two wrappers by nesting them.Methods in io.ebean.config with parameters of type BackgroundExecutorWrapperModifier and TypeMethodDescriptionDatabaseConfig.setBackgroundExecutorWrapper
(BackgroundExecutorWrapper backgroundExecutorWrapper) default BackgroundExecutorWrapper
BackgroundExecutorWrapper.with
(BackgroundExecutorWrapper inner) Combines two wrappers by nesting them.
DatabaseBuilder.backgroundExecutorWrapper(BackgroundExecutorWrapper)
.