Interface ExecutorWrapperProvider

All Known Implementing Classes:
CffuTtlExecutorWrapperProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@OverrideOnly @FunctionalInterface public interface ExecutorWrapperProvider
An SPI for wrapping the executor when CffuFactoryBuilder build CffuFactory.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    wrap(Executor executor)
    Returns the executor wrapper of the given executor.