Class: Insika::Wiring::Graph::Spine

Inherits:
Struct
  • Object
show all
Defined in:
lib/insika/wiring/graph.rb

Overview

Infra spine (phase 1 output). Value object — the roots read these to promote them to their historic public constants (SESSION_STORE, REGISTRY, ...).

Instance Attribute Summary collapse

Instance Attribute Details

#backendObject

Returns the value of attribute backend

Returns:

  • (Object)

    the current value of backend



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def backend
  @backend
end

#capability_registryObject

Returns the value of attribute capability_registry

Returns:

  • (Object)

    the current value of capability_registry



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def capability_registry
  @capability_registry
end

#channel_registryObject

Returns the value of attribute channel_registry

Returns:

  • (Object)

    the current value of channel_registry



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def channel_registry
  @channel_registry
end

#checkpoint_storeObject

Returns the value of attribute checkpoint_store

Returns:

  • (Object)

    the current value of checkpoint_store



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def checkpoint_store
  @checkpoint_store
end

#code_tool_registryObject

Returns the value of attribute code_tool_registry

Returns:

  • (Object)

    the current value of code_tool_registry



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def code_tool_registry
  @code_tool_registry
end

#delegation_storeObject

Returns the value of attribute delegation_store

Returns:

  • (Object)

    the current value of delegation_store



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def delegation_store
  @delegation_store
end

#event_streamObject

Returns the value of attribute event_stream

Returns:

  • (Object)

    the current value of event_stream



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def event_stream
  @event_stream
end

#hooksObject

Returns the value of attribute hooks

Returns:

  • (Object)

    the current value of hooks



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def hooks
  @hooks
end

#inbound_logObject

Returns the value of attribute inbound_log

Returns:

  • (Object)

    the current value of inbound_log



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def inbound_log
  @inbound_log
end

#memory_storeObject

Returns the value of attribute memory_store

Returns:

  • (Object)

    the current value of memory_store



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def memory_store
  @memory_store
end

#outbox_storeObject

Returns the value of attribute outbox_store

Returns:

  • (Object)

    the current value of outbox_store



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def outbox_store
  @outbox_store
end

#pending_action_storeObject

Returns the value of attribute pending_action_store

Returns:

  • (Object)

    the current value of pending_action_store



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def pending_action_store
  @pending_action_store
end

#policy_registryObject

Returns the value of attribute policy_registry

Returns:

  • (Object)

    the current value of policy_registry



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def policy_registry
  @policy_registry
end

#refinement_storeObject

Returns the value of attribute refinement_store

Returns:

  • (Object)

    the current value of refinement_store



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def refinement_store
  @refinement_store
end

#session_storeObject

Returns the value of attribute session_store

Returns:

  • (Object)

    the current value of session_store



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def session_store
  @session_store
end

#task_storeObject

Returns the value of attribute task_store

Returns:

  • (Object)

    the current value of task_store



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def task_store
  @task_store
end

#workflow_registryObject

Returns the value of attribute workflow_registry

Returns:

  • (Object)

    the current value of workflow_registry



171
172
173
# File 'lib/insika/wiring/graph.rb', line 171

def workflow_registry
  @workflow_registry
end