| Interface | Description |
|---|---|
| ThlsAction<T> |
Represents an action that can be executed and can access to the data of the
current thread, that was made available on the
doAs
method. |
| ThlsActionException<T,E extends Throwable> |
Represents an action that can be executed and can access to the data of the
current thread, that was made available on the
doAs
method. |
| ThlsActionException2<T,E extends Throwable,E2 extends Throwable> |
Represents an action that can be executed and can access to the data of the
current thread, that was made available on the
doAs
method. |
| ThlsService |
This service allows you to execute an action with a group of data objects
that will be available in the thread.
|
| Class | Description |
|---|---|
| Thls |
Facade to thread local storage (ThLS) service.
|
Copyright © 2015–2019 Bridje Framework. All rights reserved.