Interface ContextManager

All Known Subinterfaces:
TransactionManager<C>

public interface ContextManager
ContextManager
Version:
0.0.1
Author:
scx567888
  • Method Summary

    Modifier and Type
    Method
    Description
    <T, E extends Throwable>
    T
    autoContext(cool.scx.functional.ScxCallable<T,E> handler)
    在自动管理的上下文中执行
    <E extends Throwable>
    void
    autoContext(cool.scx.functional.ScxRunnable<E> handler)
    在自动管理的上下文中执行