Class: AWS::Flow::Core::DaemonBeginRescueEnsure Private

Inherits:
BeginRescueEnsure show all
Defined in:
lib/aws/flow/begin_rescue_ensure.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary

Attributes inherited from BeginRescueEnsure

#__context__, #backtrace, #begin_task, #cancelled, #ensure_task, #executor, #failure, #heirs, #nonDaemonHeirsCount, #parent, #rescue_hash, #result

Attributes included from SimpleDFA

#start_state, #states, #symbols, #transitions

Instance Method Summary collapse

Methods inherited from BeginRescueEnsure

#<<, #alive?, #begin, #cancel, #cancelHeirs, #check_closed, #ensure, #fail, #get_closest_containing_scope, #get_heirs, #initialize, #merge_stacktraces, #remove, #rescue, #run, #schedule, #update_state

Methods included from SimpleDFA

#add_transition, #define_general, #get_start_state, #get_transitions, #init, #uncovered_transitions

Methods inherited from FlowFiber

[], #[], #[]=, []=, finalize, #initialize, unset

Constructor Details

This class inherits a constructor from AWS::Flow::Core::BeginRescueEnsure

Instance Method Details

#is_daemon?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


385
386
387
# File 'lib/aws/flow/begin_rescue_ensure.rb', line 385

def is_daemon?
  true
end