context property

Map<String, Object?> context
final

Arbitrary request context attributes (e.g. authenticated user, trace IDs).

Implementation

final Map<String, Object?> context;