Uses of Interface
io.ebean.config.BackgroundExecutorWrapper
-
Packages that use BackgroundExecutorWrapper Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of BackgroundExecutorWrapper in io.ebean.config
Classes in io.ebean.config that implement BackgroundExecutorWrapper Modifier and Type Class Description classMdcBackgroundExecutorWrapperPropagates MDC context for tasks executed in the background.Methods in io.ebean.config that return BackgroundExecutorWrapper Modifier and Type Method Description BackgroundExecutorWrapperDatabaseConfig. getBackgroundExecutorWrapper()Return the background executor wrapper.default BackgroundExecutorWrapperBackgroundExecutorWrapper. with(BackgroundExecutorWrapper inner)Combines two wrappers by nesting them.Methods in io.ebean.config with parameters of type BackgroundExecutorWrapper Modifier and Type Method Description voidDatabaseConfig. setBackgroundExecutorWrapper(BackgroundExecutorWrapper backgroundExecutorWrapper)Sets the background executor wrapper.default BackgroundExecutorWrapperBackgroundExecutorWrapper. with(BackgroundExecutorWrapper inner)Combines two wrappers by nesting them.
-