Package

zenith

default

Permalink

package default

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

Value Members

  1. lazy val ZENITH_DEFAULT: Option[Channel]

    Permalink
  2. package context

    Permalink

    Zenith is written in a generic way so that it can be used with different contexts.

    Zenith is written in a generic way so that it can be used with different contexts.

    This package provides a functional implementation of a Zenith Context.

    This package is not required to use Zenith, rather it is simply an example of how one may choose to implement a Zenith Context.

    The implementation uses Scala Future to provide the context's asynchronous functionality and a stack of Monad Transformers to encapsulate all logging and errors. This implementation could easily be changed to use a Twitter or Akka Future in place of the Scala Future.

  3. package plugins

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped