Uses of Interface
io.ebean.config.BackgroundExecutorWrapper
-
Uses of BackgroundExecutorWrapper in io.ebean.config
Modifier and TypeClassDescriptionfinal class
Propagates MDC context for tasks executed in the background.Modifier and TypeMethodDescriptionDatabaseConfig.getBackgroundExecutorWrapper()
Return the background executor wrapper.default BackgroundExecutorWrapper
BackgroundExecutorWrapper.with
(BackgroundExecutorWrapper inner) Combines two wrappers by nesting them.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setBackgroundExecutorWrapper
(BackgroundExecutorWrapper backgroundExecutorWrapper) Sets the background executor wrapper.default BackgroundExecutorWrapper
BackgroundExecutorWrapper.with
(BackgroundExecutorWrapper inner) Combines two wrappers by nesting them.