Package

eu.akkamo

persistentconfig

Permalink

package persistentconfig

Visibility
  1. Public
  2. All

Type Members

  1. trait ConfigHolder extends AnyRef

    Permalink
  2. trait PersistentConfig extends AnyRef

    Permalink

    Represents the service registered into the Akkamo context by this module, provides methods for reading, adding and deleting persistent properties.

  3. case class PersistentConfigException(message: String, throwable: Throwable = null) extends RuntimeException with Product with Serializable

    Permalink

    Exception thrown when error reading/writing persistent property occurs.

    Exception thrown when error reading/writing persistent property occurs.

    message

    details message

    throwable

    optional exception cause

  4. trait PersistentConfigModule extends Module with Initializable

    Permalink

    Trait representing the Persistent config module.

    Trait representing the Persistent config module. Actual implementations can use various technologies for persistent storage, such as MongoDB, SQL database, etc.

  5. trait Storage extends AnyRef

    Permalink

    Generic persistent storage API

  6. trait StorageHolder extends AnyRef

    Permalink

Value Members

  1. object implicits

    Permalink

Ungrouped