Packages

  • package root
    Definition Classes
    root
  • package atmos

    The atmos package aims to provide a concise mechanism for implementing retry-on-failure behavior.

    The atmos package aims to provide a concise mechanism for implementing retry-on-failure behavior.

    Retry behavior is controlled by an instance of atmos.RetryPolicy configured with strategies for various components of the retry operation. The elements that define a retry policy are:

    Additionally, the atmos.dsl package provides a concise DSL for describing retry policies.

    For more information about using the atmos library, see http://zman.io/atmos

    Definition Classes
    root
  • package dsl

    The atmos.dsl package defines a domain specific language for constructing and using retry policies.

    The atmos.dsl package defines a domain specific language for constructing and using retry policies.

    Definition Classes
    atmos
  • object Slf4jSupport

    Separate namespace for optional SLF4J support.

    Separate namespace for optional SLF4J support.

    Definition Classes
    dsl
  • Slf4jEventLogLevels
o

atmos.dsl.Slf4jSupport

Slf4jEventLogLevels

implicit object Slf4jEventLogLevels extends EventLogLevels[Slf4jLevel]

A tag for levels provided for Slf4j.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Slf4jEventLogLevels
  2. EventLogLevels
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. lazy val debugAction: LogAt[Slf4jLevel]

    A cached action that submits debug log entries.

    A cached action that submits debug log entries.

    Definition Classes
    EventLogLevels
  7. def debugLevel: Debug.type

    The concrete debug level.

    The concrete debug level.

    Definition Classes
    Slf4jEventLogLevelsEventLogLevels
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. lazy val errorAction: LogAt[Slf4jLevel]

    A cached action that submits error log entries.

    A cached action that submits error log entries.

    Definition Classes
    EventLogLevels
  11. def errorLevel: Error.type

    The concrete error level.

    The concrete error level.

    Definition Classes
    Slf4jEventLogLevelsEventLogLevels
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. lazy val infoAction: LogAt[Slf4jLevel]

    A cached action that submits info log entries.

    A cached action that submits info log entries.

    Definition Classes
    EventLogLevels
  16. def infoLevel: Info.type

    The concrete info level.

    The concrete info level.

    Definition Classes
    Slf4jEventLogLevelsEventLogLevels
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. lazy val warningAction: LogAt[Slf4jLevel]

    A cached action that submits warning log entries.

    A cached action that submits warning log entries.

    Definition Classes
    EventLogLevels
  27. def warningLevel: Warn.type

    The concrete warning level.

    The concrete warning level.

    Definition Classes
    Slf4jEventLogLevelsEventLogLevels

Inherited from EventLogLevels[Slf4jLevel]

Inherited from AnyRef

Inherited from Any

Ungrouped