AutoPersistedQueryInfo
class AutoPersistedQueryInfo(val hit: Boolean) : ExecutionContext.Element
Content copied to clipboard
Information about auto persisted queries
Parameters
hit
: whether the query was hit or required another round trip to send the document
Constructors
Types
Functions
Link copied to clipboard
open operator override fun <E : ExecutionContext.Element> get(key: ExecutionContext.Key<E>): E?
Content copied to clipboard
Link copied to clipboard
open override fun minusKey(key: ExecutionContext.Key<*>): ExecutionContext
Content copied to clipboard
Link copied to clipboard