class

Pulsar::BaseEvent

Inherits Reference < Object

Class methods

clear_subscribers

Clears any existing subscribers

Source

Instance methods

name

Returns the name of the event.

The event name is the name of the class. So an class of MyShard::MyEvent would return "MyShard::MyEvent".

Source