Sha256: 151277caeca034801fe22bd70faa8a58c02c873113c22a9dcfc8139d7c0ebdc7

Contents?: true

Size: 558 Bytes

Versions: 41

Compression:

Stored size: 558 Bytes

Contents

# Toplevel Pubnub module.
module Pubnub
  # SingleEvent module holds infrastructure for non-subscribe events
  class SingleEvent < Event
    private

    def request_dispatcher
      Pubnub.logger.debug('Pubnub::SingleEvent') { '#request_dispatcher called' }
      @app.request_dispatcher(@origin, :single_event, @http_sync)
    end

    # Just stubs
    def finalize_event(_envelopes); end

    def path; end

    def timetoken(_parsed_response); end

    def response_message(_parsed_response); end

    def valid_envelope(_parsed_response); end
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
pubnub-5.3.5 lib/pubnub/single_event.rb
pubnub-5.3.4 lib/pubnub/single_event.rb
pubnub-5.3.3 lib/pubnub/single_event.rb
pubnub-5.3.2 lib/pubnub/single_event.rb
pubnub-5.3.1 lib/pubnub/single_event.rb
pubnub-5.3.0 lib/pubnub/single_event.rb
pubnub-5.2.2 lib/pubnub/single_event.rb
pubnub-5.2.1 lib/pubnub/single_event.rb
pubnub-5.2.0 lib/pubnub/single_event.rb
pubnub-5.1.2 lib/pubnub/single_event.rb
pubnub-5.1.1 lib/pubnub/single_event.rb
pubnub-5.1.0 lib/pubnub/single_event.rb
pubnub-5.0.0 lib/pubnub/single_event.rb
pubnub-4.8.0 lib/pubnub/single_event.rb
pubnub-4.7.1 lib/pubnub/single_event.rb
pubnub-4.7.0 lib/pubnub/single_event.rb
pubnub-4.6.2 lib/pubnub/single_event.rb
pubnub-4.6.1 lib/pubnub/single_event.rb
pubnub-4.6.0 lib/pubnub/single_event.rb
pubnub-4.5.0 lib/pubnub/single_event.rb