Package

castalia

actors

Permalink

package actors

Visibility
  1. Public
  2. All

Type Members

  1. trait EndpointRequestInterceptor extends AnyRef

    Permalink

    Triggers registration of endpoint stats by intercepting RequestMatch messages send to the actors extending this trait.

  2. trait JsonEndpointActor extends Actor with ActorLogging with ReceivePipeline with EndpointRequestInterceptor

    Permalink

    Actor that provides answers based on the json configuration that is used to create this actor

    Actor that provides answers based on the json configuration that is used to create this actor

    Created by Jean-Marc van Leerdam on 2016-01-16

  3. class JsonResponseProviderEndpointActor extends JsonEndpointActor

    Permalink

    Actor that provides answers based on the programmed class mentioned in the json configuration that is used to create this actor

    Actor that provides answers based on the programmed class mentioned in the json configuration that is used to create this actor

    Created on 2016-01-23

  4. class JsonResponsesEndpointActor extends JsonEndpointActor with ActorLogging with Delay with DelayedDistribution

    Permalink

    Actor that provides answers based on the responses listed in the json configuration that is used to create this actor

    Actor that provides answers based on the responses listed in the json configuration that is used to create this actor

    Created on 2016-01-23

Ungrouped