public interface AsyncContextMapHolder
AsyncContextMap
.Modifier and Type | Method and Description |
---|---|
AsyncContextMap |
asyncContextMap()
Get the current
AsyncContextMap . |
void |
asyncContextMap(AsyncContextMap asyncContextMap)
Set the
AsyncContextMap . |
void asyncContextMap(@Nullable AsyncContextMap asyncContextMap)
AsyncContextMap
.asyncContextMap
- the new value for AsyncContextMap
.@Nullable AsyncContextMap asyncContextMap()
AsyncContextMap
.AsyncContextMap
.