method

service_streaming_download

service_streaming_download(event)
public

No documentation available.

# File activestorage/lib/active_storage/structured_event_subscriber.rb, line 22
    def service_streaming_download(event)
      emit_event("active_storage.service_streaming_download",
        key: event.payload[:key],
        duration_ms: event.duration.round(2),
      )
    end