Class: TCB::EventBusShutdown

Inherits:
Data
  • Object
show all
Defined in:
lib/tcb/event_bus_shutdown.rb

Instance Attribute Summary collapse

Instance Attribute Details

#drain_requestedObject (readonly)

Returns the value of attribute drain_requested

Returns:

  • (Object)

    the current value of drain_requested



4
5
6
# File 'lib/tcb/event_bus_shutdown.rb', line 4

def drain_requested
  @drain_requested
end

#events_drainedObject (readonly)

Returns the value of attribute events_drained

Returns:

  • (Object)

    the current value of events_drained



4
5
6
# File 'lib/tcb/event_bus_shutdown.rb', line 4

def events_drained
  @events_drained
end

#occurred_atObject (readonly)

Returns the value of attribute occurred_at

Returns:

  • (Object)

    the current value of occurred_at



4
5
6
# File 'lib/tcb/event_bus_shutdown.rb', line 4

def occurred_at
  @occurred_at
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



4
5
6
# File 'lib/tcb/event_bus_shutdown.rb', line 4

def status
  @status
end

#timeout_secondsObject (readonly)

Returns the value of attribute timeout_seconds

Returns:

  • (Object)

    the current value of timeout_seconds



4
5
6
# File 'lib/tcb/event_bus_shutdown.rb', line 4

def timeout_seconds
  @timeout_seconds
end