Scope Type
Singleton keys which identify different types of scopes which scoped contexts can be bound to.
To bind a context to a scope type, create the context with that type:
ScopedLoggingContext.getInstance().newScope(REQUEST).run(() -> someTask(...));
Content copied to clipboard