query property

Query<Object?> query
final

The query the event is about. Typed as Query<Object?>, since a cache listener sees every key; read dataType or get<T> it from the cache to recover the concrete type.

Implementation

final Query<Object?> query;