abstract class Pulsar::BaseEvent

Direct Known Subclasses

Defined in:

pulsar/base_event.cr

Instance Method Summary

Instance Method Detail

def 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".


[View source]