Module: Stoplight::_Configuration
- Included in:
- Wiring::DefaultConfiguration
- Defined in:
- sig/stoplight/ports/configuration.rbs
Instance Method Summary collapse
- #cool_off_time= ⇒ void
- #data_store= ⇒ void
- #error_notifier= ⇒ void
- #notifiers ⇒ Array[state_transition_notifier]
- #notifiers= ⇒ void
- #recovery_threshold= ⇒ void
- #skipped_errors= ⇒ void
- #threshold= ⇒ void
- #tracked_errors= ⇒ void
- #traffic_control= ⇒ void
- #traffic_recovery= ⇒ void
- #window_size= ⇒ void
Instance Method Details
#cool_off_time= ⇒ void
This method returns an undefined value.
7 |
# File 'sig/stoplight/ports/configuration.rbs', line 7
def cool_off_time=: (duration) -> void
|
#data_store= ⇒ void
This method returns an undefined value.
16 |
# File 'sig/stoplight/ports/configuration.rbs', line 16
def data_store=: (data_store) -> void
|
#error_notifier= ⇒ void
This method returns an undefined value.
15 |
# File 'sig/stoplight/ports/configuration.rbs', line 15
def error_notifier=: (error_notifier) -> void
|
#notifiers ⇒ Array[state_transition_notifier]
5 |
# File 'sig/stoplight/ports/configuration.rbs', line 5
def notifiers: -> Array[state_transition_notifier]
|
#notifiers= ⇒ void
This method returns an undefined value.
17 |
# File 'sig/stoplight/ports/configuration.rbs', line 17
def notifiers=:(Array[state_transition_notifier]) -> void
|
#recovery_threshold= ⇒ void
This method returns an undefined value.
9 |
# File 'sig/stoplight/ports/configuration.rbs', line 9
def recovery_threshold=: (Integer) -> void
|
#skipped_errors= ⇒ void
This method returns an undefined value.
12 |
# File 'sig/stoplight/ports/configuration.rbs', line 12
def skipped_errors=: (Array[_ExceptionMatcher] | _ExceptionMatcher) -> void
|
#threshold= ⇒ void
This method returns an undefined value.
8 |
# File 'sig/stoplight/ports/configuration.rbs', line 8
def threshold=: (percentage | Integer) -> void
|
#tracked_errors= ⇒ void
This method returns an undefined value.
11 |
# File 'sig/stoplight/ports/configuration.rbs', line 11
def tracked_errors=: (Array[_ExceptionMatcher] | _ExceptionMatcher) -> void
|
#traffic_control= ⇒ void
This method returns an undefined value.
13 |
# File 'sig/stoplight/ports/configuration.rbs', line 13
def traffic_control=: (traffic_control) -> void
|
#traffic_recovery= ⇒ void
This method returns an undefined value.
14 |
# File 'sig/stoplight/ports/configuration.rbs', line 14
def traffic_recovery=: (traffic_recovery) -> void
|
#window_size= ⇒ void
This method returns an undefined value.
10 |
# File 'sig/stoplight/ports/configuration.rbs', line 10
def window_size=: (duration?) -> void
|