Class: EvilEvents::Core::Events::Notifier::Abstract Private

Inherits:
Object
  • Object
show all
Defined in:
lib/evil_events/core/events/notifier/abstract.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Since:

  • 0.3.0

Direct Known Subclasses

Sequential, Worker

Instance Method Summary collapse

Constructor Details

#initialize(**options) ⇒ Abstract

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Abstract.

Parameters:

  • options (Hash)

Since:

  • 0.3.0



10
# File 'lib/evil_events/core/events/notifier/abstract.rb', line 10

def initialize(**options); end

Instance Method Details

#notify(manager, event) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



17
# File 'lib/evil_events/core/events/notifier/abstract.rb', line 17

def notify(manager, event); end

#restart!Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.3.0



21
# File 'lib/evil_events/core/events/notifier/abstract.rb', line 21

def restart!; end

#shutdown!Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.3.0



25
# File 'lib/evil_events/core/events/notifier/abstract.rb', line 25

def shutdown!; end