Class: Karafka::Pro::Routing::Features::PeriodicJob::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/karafka/pro/routing/features/periodic_job/config.rb

Overview

Config for periodics topics feature

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject Also known as: active?

Returns the value of attribute active

Returns:

  • (Object)

    the current value of active



20
21
22
# File 'lib/karafka/pro/routing/features/periodic_job/config.rb', line 20

def active
  @active
end

#during_pauseObject Also known as: during_pause?

Returns the value of attribute during_pause

Returns:

  • (Object)

    the current value of during_pause



20
21
22
# File 'lib/karafka/pro/routing/features/periodic_job/config.rb', line 20

def during_pause
  @during_pause
end

#during_retryObject Also known as: during_retry?

Returns the value of attribute during_retry

Returns:

  • (Object)

    the current value of during_retry



20
21
22
# File 'lib/karafka/pro/routing/features/periodic_job/config.rb', line 20

def during_retry
  @during_retry
end

#intervalObject

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



20
21
22
# File 'lib/karafka/pro/routing/features/periodic_job/config.rb', line 20

def interval
  @interval
end

#materializedObject Also known as: materialized?

Returns the value of attribute materialized

Returns:

  • (Object)

    the current value of materialized



20
21
22
# File 'lib/karafka/pro/routing/features/periodic_job/config.rb', line 20

def materialized
  @materialized
end