Interface ContextManager

All Known Subinterfaces:
TransactionManager<C>

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

    Modifier and Type
    Method
    Description
    <V, X extends Throwable>
    V
    autoContext(cool.scx.function.CallableX<V,X> handler)
    在自动管理的上下文中执行
    <X extends Throwable>
    void
    autoContext(cool.scx.function.RunnableX<X> handler)
    在自动管理的上下文中执行