class Lucky::Events::PipeEvent
- Lucky::Events::PipeEvent
- Pulsar::Event
- Pulsar::BaseEvent
- Reference
- Object
Defined in:
lucky/events/pipe_event.crConstructors
Class Method Summary
-
.logged_events
Used by
Pulsar::SpecHelper
to test for logged events -
.logged_events=(logged_events)
Used by
Pulsar::SpecHelper
to test for logged events
Instance Method Summary
- #after? : Bool
- #before? : Bool
- #continued : Bool
-
#name : String
Returns the name of the event.
- #position : Lucky::Events::PipeEvent::Position
-
#started_at : Time
When the event started
Constructor Detail
Class Method Detail
Instance Method Detail
Description copied from class Pulsar::BaseEvent
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"
.