public class NBootContext extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
connectionTimout |
static InheritableThreadLocal<NBootContext> |
curr |
NBootLog |
log |
| Constructor and Description |
|---|
NBootContext() |
| Modifier and Type | Method and Description |
|---|---|
static NBootCache |
cache() |
<T> T |
callWith(Callable<T> r) |
static NBootContext |
context() |
static NBootLog |
log() |
void |
runWith(Runnable r) |
public static InheritableThreadLocal<NBootContext> curr
public NBootLog log
public Integer connectionTimout
public static NBootLog log()
public static NBootCache cache()
public static NBootContext context()
public void runWith(Runnable r)
public <T> T callWith(Callable<T> r)
Copyright © 2026 vpc open source initiative. All rights reserved.