Class: Takagi::Config::EventBusConfig
- Inherits:
-
Struct
- Object
- Struct
- Takagi::Config::EventBusConfig
- Defined in:
- lib/takagi/config.rb
Instance Attribute Summary collapse
-
#async_threads ⇒ Object
Returns the value of attribute async_threads.
-
#cleanup_interval ⇒ Object
Returns the value of attribute cleanup_interval.
-
#max_observer_age ⇒ Object
Returns the value of attribute max_observer_age.
-
#message_buffer_max_messages ⇒ Object
Returns the value of attribute message_buffer_max_messages.
-
#message_buffer_ttl ⇒ Object
Returns the value of attribute message_buffer_ttl.
-
#message_buffering_enabled ⇒ Object
Returns the value of attribute message_buffering_enabled.
-
#process_pool_size ⇒ Object
Returns the value of attribute process_pool_size.
-
#ractors ⇒ Object
Returns the value of attribute ractors.
-
#state_cache_size ⇒ Object
Returns the value of attribute state_cache_size.
-
#state_cache_ttl ⇒ Object
Returns the value of attribute state_cache_ttl.
Instance Attribute Details
#async_threads ⇒ Object
Returns the value of attribute async_threads
10 11 12 |
# File 'lib/takagi/config.rb', line 10 def async_threads @async_threads end |
#cleanup_interval ⇒ Object
Returns the value of attribute cleanup_interval
10 11 12 |
# File 'lib/takagi/config.rb', line 10 def cleanup_interval @cleanup_interval end |
#max_observer_age ⇒ Object
Returns the value of attribute max_observer_age
10 11 12 |
# File 'lib/takagi/config.rb', line 10 def max_observer_age @max_observer_age end |
#message_buffer_max_messages ⇒ Object
Returns the value of attribute message_buffer_max_messages
10 11 12 |
# File 'lib/takagi/config.rb', line 10 def @message_buffer_max_messages end |
#message_buffer_ttl ⇒ Object
Returns the value of attribute message_buffer_ttl
10 11 12 |
# File 'lib/takagi/config.rb', line 10 def @message_buffer_ttl end |
#message_buffering_enabled ⇒ Object
Returns the value of attribute message_buffering_enabled
10 11 12 |
# File 'lib/takagi/config.rb', line 10 def @message_buffering_enabled end |
#process_pool_size ⇒ Object
Returns the value of attribute process_pool_size
10 11 12 |
# File 'lib/takagi/config.rb', line 10 def process_pool_size @process_pool_size end |
#ractors ⇒ Object
Returns the value of attribute ractors
10 11 12 |
# File 'lib/takagi/config.rb', line 10 def ractors @ractors end |
#state_cache_size ⇒ Object
Returns the value of attribute state_cache_size
10 11 12 |
# File 'lib/takagi/config.rb', line 10 def state_cache_size @state_cache_size end |
#state_cache_ttl ⇒ Object
Returns the value of attribute state_cache_ttl
10 11 12 |
# File 'lib/takagi/config.rb', line 10 def state_cache_ttl @state_cache_ttl end |