Table of Contents - event_router-0.3.0 Documentation
Classes and Modules
- EventRouter
- EventRouter::Configuration
- EventRouter::DeliveryAdapters
- EventRouter::DeliveryAdapters::Base
- EventRouter::DeliveryAdapters::Helpers
- EventRouter::DeliveryAdapters::Helpers::Sidekiq
- EventRouter::DeliveryAdapters::Sidekiq
- EventRouter::DeliveryAdapters::Sync
- EventRouter::DeliveryAdapters::Workers
- EventRouter::DeliveryAdapters::Workers::SidekiqDestinationDeliveryWorker
- EventRouter::DeliveryAdapters::Workers::SidekiqEventDeliveryWorker
- EventRouter::Destination
- EventRouter::Error
- EventRouter::Errors
- EventRouter::Errors::RequiredOptionError
- EventRouter::Errors::UnsupportedOptionError
- EventRouter::Event
- EventRouter::Helpers
- EventRouter::Helpers::Event
- EventRouter::Publisher
- EventRouter::Serializer
- EventRouter::Serializers
- EventRouter::Serializers::Base
- EventRouter::Serializers::Json
- EventRouter::Serializers::Oj
Methods
- ::deliver — EventRouter::DeliveryAdapters::Base
- ::deliver — EventRouter::DeliveryAdapters::Sidekiq
- ::deliver — EventRouter::DeliveryAdapters::Sync
- ::deliver_async — EventRouter::DeliveryAdapters::Base
- ::deliver_async — EventRouter::DeliveryAdapters::Sidekiq
- ::deliver_async — EventRouter::DeliveryAdapters::Sync
- ::deliver_to — EventRouter::Event
- ::deserialize — EventRouter::Serializers::Base
- ::deserialize — EventRouter::Serializers::Json
- ::deserialize — EventRouter::Serializers::Oj
- ::event_options — EventRouter::Event
- ::inherited — EventRouter::Event
- ::new — EventRouter::Configuration
- ::new — EventRouter::Destination
- ::new — EventRouter::Errors::RequiredOptionError
- ::new — EventRouter::Errors::UnsupportedOptionError
- ::new — EventRouter::Event
- ::options= — EventRouter::DeliveryAdapters::Base
- ::publish — EventRouter::Event
- ::publish_async — EventRouter::Event
- ::serialize — EventRouter::Serializers::Base
- ::serialize — EventRouter::Serializers::Json
- ::serialize — EventRouter::Serializers::Oj
- ::validate_options! — EventRouter::DeliveryAdapters::Base
- ::validate_options! — EventRouter::DeliveryAdapters::Sidekiq
- #configuration — EventRouter
- #configure — EventRouter
- #delivery_adapter — EventRouter::Publisher
- #delivery_adapter= — EventRouter::Configuration
- #delivery_adapter_class — EventRouter::Configuration
- #deserialize — EventRouter
- #deserialize — EventRouter::Serializer
- #destination_options — EventRouter::Helpers::Event
- #event_options — EventRouter::Helpers::Event
- #extra_payload — EventRouter::Destination
- #load_adapter_class — EventRouter::Configuration
- #message — EventRouter::Errors::RequiredOptionError
- #message — EventRouter::Errors::UnsupportedOptionError
- #name — EventRouter::Event
- #perform — EventRouter::DeliveryAdapters::Workers::SidekiqDestinationDeliveryWorker
- #perform — EventRouter::DeliveryAdapters::Workers::SidekiqEventDeliveryWorker
- #prefetch_payload? — EventRouter::Destination
- #process — EventRouter::Destination
- #process_event — EventRouter::DeliveryAdapters::Helpers::Sidekiq
- #publish — EventRouter
- #publish — EventRouter::Publisher
- #publish_async — EventRouter
- #publish_async — EventRouter::Publisher
- #register_delivery_adapter — EventRouter::Configuration
- #register_serializer_adapter — EventRouter::Configuration
- #serialize — EventRouter
- #serialize — EventRouter::Serializer
- #serializer_adapter — EventRouter::Serializer
- #serializer_adapter= — EventRouter::Configuration
- #serializer_adapter_class — EventRouter::Configuration
- #to_h — EventRouter::Event
- #to_hash — EventRouter::Event
- #validate_inclusion! — EventRouter::Configuration
- #yield_destinations — EventRouter::Helpers::Event