Class: GraphQL::Tracing::NotificationsTrace::ActiveSupportNotificationsAdapter Private
- Inherits:
-
Adapter
- Object
- Adapter
- GraphQL::Tracing::NotificationsTrace::ActiveSupportNotificationsAdapter
- 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
-
#instrument ⇒ Object
private
Methods inherited from Adapter
Instance Method Details
#instrument ⇒ Object
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 |