Method: ApplicationInsights::Channel::TelemetryChannel#queue

Defined in:
lib/application_insights/channel/telemetry_channel.rb

#queueQueueBase (readonly)

The queue associated with this channel. All Contracts::Envelope objects created by this channel will be pushed to this queue.

Returns:

  • (QueueBase)

    the queue instance (defaults to: SynchronousQueue.new)



44
45
46
# File 'lib/application_insights/channel/telemetry_channel.rb', line 44

def queue
  @queue
end