Class: Takagi::Config::EventBusConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/takagi/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#async_threadsObject

Returns the value of attribute async_threads

Returns:

  • (Object)

    the current value of async_threads



10
11
12
# File 'lib/takagi/config.rb', line 10

def async_threads
  @async_threads
end

#cleanup_intervalObject

Returns the value of attribute cleanup_interval

Returns:

  • (Object)

    the current value of cleanup_interval



10
11
12
# File 'lib/takagi/config.rb', line 10

def cleanup_interval
  @cleanup_interval
end

#max_observer_ageObject

Returns the value of attribute max_observer_age

Returns:

  • (Object)

    the current value of max_observer_age



10
11
12
# File 'lib/takagi/config.rb', line 10

def max_observer_age
  @max_observer_age
end

#message_buffer_max_messagesObject

Returns the value of attribute message_buffer_max_messages

Returns:

  • (Object)

    the current value of message_buffer_max_messages



10
11
12
# File 'lib/takagi/config.rb', line 10

def message_buffer_max_messages
  @message_buffer_max_messages
end

#message_buffer_ttlObject

Returns the value of attribute message_buffer_ttl

Returns:

  • (Object)

    the current value of message_buffer_ttl



10
11
12
# File 'lib/takagi/config.rb', line 10

def message_buffer_ttl
  @message_buffer_ttl
end

#message_buffering_enabledObject

Returns the value of attribute message_buffering_enabled

Returns:

  • (Object)

    the current value of message_buffering_enabled



10
11
12
# File 'lib/takagi/config.rb', line 10

def message_buffering_enabled
  @message_buffering_enabled
end

#process_pool_sizeObject

Returns the value of attribute process_pool_size

Returns:

  • (Object)

    the current value of process_pool_size



10
11
12
# File 'lib/takagi/config.rb', line 10

def process_pool_size
  @process_pool_size
end

#ractorsObject

Returns the value of attribute ractors

Returns:

  • (Object)

    the current value of ractors



10
11
12
# File 'lib/takagi/config.rb', line 10

def ractors
  @ractors
end

#state_cache_sizeObject

Returns the value of attribute state_cache_size

Returns:

  • (Object)

    the current value of state_cache_size



10
11
12
# File 'lib/takagi/config.rb', line 10

def state_cache_size
  @state_cache_size
end

#state_cache_ttlObject

Returns the value of attribute state_cache_ttl

Returns:

  • (Object)

    the current value of state_cache_ttl



10
11
12
# File 'lib/takagi/config.rb', line 10

def state_cache_ttl
  @state_cache_ttl
end