Class: Insika::Wiring::Graph::Spine
- Inherits:
-
Struct
- Object
- Struct
- Insika::Wiring::Graph::Spine
- 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
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#budget_ledger ⇒ Object
Returns the value of attribute budget_ledger.
-
#capability_registry ⇒ Object
Returns the value of attribute capability_registry.
-
#channel_registry ⇒ Object
Returns the value of attribute channel_registry.
-
#checkpoint_store ⇒ Object
Returns the value of attribute checkpoint_store.
-
#circuit_state ⇒ Object
Returns the value of attribute circuit_state.
-
#code_tool_registry ⇒ Object
Returns the value of attribute code_tool_registry.
-
#delegation_store ⇒ Object
Returns the value of attribute delegation_store.
-
#event_stream ⇒ Object
Returns the value of attribute event_stream.
-
#hooks ⇒ Object
Returns the value of attribute hooks.
-
#inbound_log ⇒ Object
Returns the value of attribute inbound_log.
-
#memory_store ⇒ Object
Returns the value of attribute memory_store.
-
#outbox_store ⇒ Object
Returns the value of attribute outbox_store.
-
#pending_action_store ⇒ Object
Returns the value of attribute pending_action_store.
-
#policy_registry ⇒ Object
Returns the value of attribute policy_registry.
-
#refinement_store ⇒ Object
Returns the value of attribute refinement_store.
-
#session_store ⇒ Object
Returns the value of attribute session_store.
-
#task_store ⇒ Object
Returns the value of attribute task_store.
-
#token_store ⇒ Object
Returns the value of attribute token_store.
-
#workflow_registry ⇒ Object
Returns the value of attribute workflow_registry.
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def backend @backend end |
#budget_ledger ⇒ Object
Returns the value of attribute budget_ledger
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def budget_ledger @budget_ledger end |
#capability_registry ⇒ Object
Returns the value of attribute capability_registry
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def capability_registry @capability_registry end |
#channel_registry ⇒ Object
Returns the value of attribute channel_registry
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def channel_registry @channel_registry end |
#checkpoint_store ⇒ Object
Returns the value of attribute checkpoint_store
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def checkpoint_store @checkpoint_store end |
#circuit_state ⇒ Object
Returns the value of attribute circuit_state
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def circuit_state @circuit_state end |
#code_tool_registry ⇒ Object
Returns the value of attribute code_tool_registry
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def code_tool_registry @code_tool_registry end |
#delegation_store ⇒ Object
Returns the value of attribute delegation_store
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def delegation_store @delegation_store end |
#event_stream ⇒ Object
Returns the value of attribute event_stream
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def event_stream @event_stream end |
#hooks ⇒ Object
Returns the value of attribute hooks
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def hooks @hooks end |
#inbound_log ⇒ Object
Returns the value of attribute inbound_log
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def inbound_log @inbound_log end |
#memory_store ⇒ Object
Returns the value of attribute memory_store
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def memory_store @memory_store end |
#outbox_store ⇒ Object
Returns the value of attribute outbox_store
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def outbox_store @outbox_store end |
#pending_action_store ⇒ Object
Returns the value of attribute pending_action_store
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def pending_action_store @pending_action_store end |
#policy_registry ⇒ Object
Returns the value of attribute policy_registry
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def policy_registry @policy_registry end |
#refinement_store ⇒ Object
Returns the value of attribute refinement_store
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def refinement_store @refinement_store end |
#session_store ⇒ Object
Returns the value of attribute session_store
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def session_store @session_store end |
#task_store ⇒ Object
Returns the value of attribute task_store
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def task_store @task_store end |
#token_store ⇒ Object
Returns the value of attribute token_store
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def token_store @token_store end |
#workflow_registry ⇒ Object
Returns the value of attribute workflow_registry
222 223 224 |
# File 'lib/insika/wiring/graph.rb', line 222 def workflow_registry @workflow_registry end |