| Package | Description |
|---|---|
| com.agenarisk.api.util |
| Modifier and Type | Method and Description |
|---|---|
static Advisory.AdvisoryGroup |
Advisory.getCurrentThreadGroup()
Returns AdvisoryGroup to which Thread.currentThread() is linked to, or null.
|
static Advisory.AdvisoryGroup |
Advisory.getGroupByKey(Object key)
Returns an AdvisoryGroup instance for the provided key.
If no AdvisoryGroup exists for this key, it is created and then returned. |
static Advisory.AdvisoryGroup |
Advisory.getGroupByThread(Thread thread)
Returns AdvisoryGroup to which the provided Thread is linked to is linked to, or null.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Advisory.compileAdvisoryMessages(Advisory.AdvisoryGroup agroup)
Compiles a list of AdvisoryMessage texts, including messages of any Throwable causes of those AdvisoryMessages, for the provided AdvisoryGroup.
|
static void |
Advisory.destroy(Advisory.AdvisoryGroup aGroup)
Destroys an AdvisoryGroup and breaks links to other objects.
|
Copyright © 2022. All rights reserved.