Uses of Class
io.evitadb.externalApi.graphql.metric.event.request.ExecutedEvent
Packages that use ExecutedEvent
-
Uses of ExecutedEvent in io.evitadb.externalApi.graphql.metric.event.request
Methods in io.evitadb.externalApi.graphql.metric.event.request that return ExecutedEventModifier and TypeMethodDescriptionExecutedEvent.finish()Finish the event.ExecutedEvent.finishInputDeserialization()Measures duration of request deserialization from previous state.ExecutedEvent.finishOperationExecution()Measures duration of operation execution from previous state.ExecutedEvent.finishParse()Measures duration of parsing from previous state.ExecutedEvent.finishPreparation()Measures duration of preparation from previous state.ExecutedEvent.finishResultSerialization()Measures duration of result serialization from previous state.ExecutedEvent.finishValidation()Measures duration of validation deserialization from previous state.ExecutedEvent.provideCatalogName(String catalogName) Provide catalog name for this event.ExecutedEvent.provideOperationName(String operationName) Provide operation name for this event.ExecutedEvent.provideOperationType(graphql.language.OperationDefinition.Operation operationType) Provide operation type for this event.ExecutedEvent.provideResponseStatus(ExecutedEvent.ResponseStatus responseStatus) Provide response status for this event.ExecutedEvent.provideRootFieldsProcessed(int rootFieldsProcessed)