public ConcurrencyAware
Concurrency aware, can verify that its configuration is thread safe
Modifier and Type | Interface and Description |
---|---|
static class |
ConcurrencyAware.DefaultImpls
Concurrency aware, can verify that its configuration is thread safe
|
Modifier and Type | Method and Description |
---|---|
void |
checkThreadSafe()
checks all subcomponents, if this component is really thread safe, and throws an exception if not thread safe
|
boolean |
isThreadSafe()
returns true if this is configured to be thread safe
|