Skip to content

Latest commit

 

History

History

cffu-ttl-executor-wrapper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

🦝 Cffu executor wrapper provider SPI implementation for TTL

Cffu executor wrapper provider(ExecutorWrapperProvider) SPI implementation for 📌TransmittableThreadLocal(TTL).

Integrate TransmittableThreadLocal, auto wrap cffu executor by TtlExecutors.getTtlExecutor(...).

🍪 Dependency

This dependency should only be used at Runtime.

  • For Maven projects:

    <dependency>
      <groupId>io.foldright</groupId>
      <artifactId>cffu-ttl-executor-wrapper</artifactId>
      <scope>runtime</scope>
      <version>1.0.0-Alpha31</version>
    </dependency>
  • For Gradle projects:

    Gradle Kotlin DSL

    runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha31")

    Gradle Groovy DSL

    runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha31'

cffu-ttl-executor-wrapper has published to maven central, find the latest version at central.sonatype.com.