Method: ApplicationInsights::Channel::TelemetryChannel#queue
- Defined in:
- lib/application_insights/channel/telemetry_channel.rb
#queue ⇒ QueueBase (readonly)
The queue associated with this channel. All Contracts::Envelope objects created by this channel will be pushed to this queue.
44 45 46 |
# File 'lib/application_insights/channel/telemetry_channel.rb', line 44 def queue @queue end |