object DefaultProcessingTimeouts
Reasonable default timeouts
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultProcessingTimeouts
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val activeInit: NonNegativeDuration
- val activeInitRetryDelay: NonNegativeDuration
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val closing: NonNegativeDuration
- val default: NonNegativeDuration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val inspection: NonNegativeDuration
- val io: NonNegativeDuration
Allow unbounded processing for io operations.
Allow unbounded processing for io operations. This is because we retry forever upon db outages.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxRetryInterval: NonNegativeDuration
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val network: NonNegativeDuration
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val sequencerInfo: NonNegativeDuration
- val shutdownNetwork: NonNegativeDuration
- val shutdownProcessing: NonNegativeDuration
- val shutdownShort: NonNegativeDuration
- val slowFutureWarn: NonNegativeDuration
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val testing: ProcessingTimeout
- Annotations
- @VisibleForTesting()
- def toString(): String
- Definition Classes
- AnyRef → Any
- val topologyDispatching: NonNegativeDuration
- val unbounded: NonNegativeDuration
- val verifyActive: NonNegativeDuration
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val warnUnbounded: NonNegativeDuration