Uses of Interface
io.ebean.config.BackgroundExecutorWrapper
Packages that use BackgroundExecutorWrapper
-
Uses of BackgroundExecutorWrapper in io.ebean.config
Classes in io.ebean.config that implement BackgroundExecutorWrapperModifier and TypeClassDescriptionfinal classPropagates MDC context for tasks executed in the background.Methods in io.ebean.config that return BackgroundExecutorWrapperModifier and TypeMethodDescriptionDatabaseConfig.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 BackgroundExecutorWrapperModifier and TypeMethodDescriptionvoidDatabaseConfig.setBackgroundExecutorWrapper(BackgroundExecutorWrapper backgroundExecutorWrapper) Sets the background executor wrapper.default BackgroundExecutorWrapperBackgroundExecutorWrapper.with(BackgroundExecutorWrapper inner) Combines two wrappers by nesting them.