Cffu executor wrapper provider(ExecutorWrapperProvider) SPI implementation for
📌TransmittableThreadLocal(TTL).
Integrate TransmittableThreadLocal,
auto wrap cffu executor by TtlExecutors.getTtlExecutor(...).
This dependency should only be used at Runtime.
-
For
Mavenprojects:<dependency> <groupId>io.foldright</groupId> <artifactId>cffu2-ttl-executor-wrapper</artifactId> <scope>runtime</scope> <version>2.0.7</version> </dependency>
-
For
Gradleprojects:Gradle Kotlin DSL
runtimeOnly("io.foldright:cffu2-ttl-executor-wrapper:2.0.7")Gradle Groovy DSL
runtimeOnly 'io.foldright:cffu2-ttl-executor-wrapper:2.0.7'
cffu2-ttl-executor-wrapper has published to maven central, find the latest version at
central.sonatype.com.