Module io.ebean.api

Interface BackgroundExecutorWrapper

All Known Implementing Classes:
MdcBackgroundExecutorWrapper

public interface BackgroundExecutorWrapper
BackgroundExecutorWrapper that can be used to wrap tasks that are sent to background (i.e. another thread). It should copy all necessary thread-local variables. See MdcBackgroundExecutorWrapper for implementation details.
Author:
Roland Praml, FOCONIS AG