Class: GraphQL::Tracing::NotificationsTrace::ActiveSupportNotificationsAdapter Private

Inherits:
Adapter
  • Object
show all
Defined in:
lib/graphql/tracing/notifications_trace.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: Event

Instance Method Summary collapse

Methods inherited from Adapter

#start_event

Instance Method Details

#instrumentObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



59
60
61
# File 'lib/graphql/tracing/notifications_trace.rb', line 59

def instrument(...)
  ActiveSupport::Notifications.instrument(...)
end