Package

virtufin

service

Permalink

package service

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractDependentService extends AbstractService with DependentService

    Permalink

  2. abstract class AbstractService extends Service with ActorLogging

    Permalink
  3. trait Dependencies extends AnyRef

    Permalink
  4. trait DependentService extends Service with Dependencies

    Permalink

    A Service, which requires Dependencies.

    A Service, which requires Dependencies. The service checks, whether the Dependencies are met and shuts down the Service with some error message if the Dependencies are not met. Note, that it is not the DependentServices responsibility to recover from unmet dependencies by, for instance starting unavailable services, the DependentService depends on.

  5. trait RPCProtocol extends AnyRef

    Permalink
  6. trait RequestResponseLogging extends Service

    Permalink

    For a message Log(msg) of type RequestResponseLogging.Log, the method RequestResponseLogging.logRequestResponse() is called with arguments msg and the response to the message msg

  7. trait Service extends Actor

    Permalink
  8. trait SimpleRequestResponseLogging extends RequestResponseLogging

    Permalink

    Prints the request and the response to the console

Value Members

  1. object Dependencies

    Permalink
  2. object RequestResponseLogging

    Permalink
  3. object Service

    Permalink
  4. package amqp

    Permalink
  5. package consul

    Permalink
  6. package docker

    Permalink
  7. package http

    Permalink
  8. package mongodb

    Permalink
  9. package serialization

    Permalink

Ungrouped