Method: AzureApplicationInsights::Channel::QueueBase#flush
- Defined in:
- lib/azure_application_insights/channel/queue_base.rb
#flush ⇒ Object
Flushes the current queue by notifying the #sender. This method needs to be overridden by a concrete implementations of the queue class.
63 64 |
# File 'lib/azure_application_insights/channel/queue_base.rb', line 63 def flush end |