Class: TCB::EventBusShutdown
- Inherits:
-
Data
- Object
- Data
- TCB::EventBusShutdown
- Defined in:
- lib/tcb/event_bus_shutdown.rb
Instance Attribute Summary collapse
-
#drain_requested ⇒ Object
readonly
Returns the value of attribute drain_requested.
-
#events_drained ⇒ Object
readonly
Returns the value of attribute events_drained.
-
#occurred_at ⇒ Object
readonly
Returns the value of attribute occurred_at.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#timeout_seconds ⇒ Object
readonly
Returns the value of attribute timeout_seconds.
Instance Attribute Details
#drain_requested ⇒ Object (readonly)
Returns the value of attribute drain_requested
4 5 6 |
# File 'lib/tcb/event_bus_shutdown.rb', line 4 def drain_requested @drain_requested end |
#events_drained ⇒ Object (readonly)
Returns the value of attribute events_drained
4 5 6 |
# File 'lib/tcb/event_bus_shutdown.rb', line 4 def events_drained @events_drained end |
#occurred_at ⇒ Object (readonly)
Returns the value of attribute occurred_at
4 5 6 |
# File 'lib/tcb/event_bus_shutdown.rb', line 4 def occurred_at @occurred_at end |
#status ⇒ Object (readonly)
Returns the value of attribute status
4 5 6 |
# File 'lib/tcb/event_bus_shutdown.rb', line 4 def status @status end |
#timeout_seconds ⇒ Object (readonly)
Returns the value of attribute timeout_seconds
4 5 6 |
# File 'lib/tcb/event_bus_shutdown.rb', line 4 def timeout_seconds @timeout_seconds end |