Package

akka.wamp

router

Permalink

package router

Visibility
  1. Public
  2. All

Type Members

  1. trait Broker extends Role

    Permalink

    A Broker routes events incoming from Publishers to Subscribers that are subscribed to respective Topics

  2. trait Dealer extends Role

    Permalink
  3. final class Router extends Peer with Broker with Actor with ActorLogging

    Permalink

    A Router is a Peer of the roles Broker and Dealer which is responsible for generic call and event routing and do not run any application code.

  4. class Session extends wamp.Session

    Permalink

    A Session is a transient conversation between two Peers (tipically a a Router and a Client) attached to a Realm and running over a Transport.

    A Session is a transient conversation between two Peers (tipically a a Router and a Client) attached to a Realm and running over a Transport.

    Routing occurs only between Sessions that have joined the same Realm

  5. class Transport extends wamp.Transport with Actor with ActorLogging

    Permalink

    A Transport connects two Peers and provides a channel over which Messages for a Session can flow in both directions.

Value Members

  1. object Router

    Permalink
  2. object Session

    Permalink
  3. object Transport

    Permalink

Ungrouped