Package

rhttpc

client

Permalink

package client

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

Type Members

  1. type InOnlyReliableClient[Request] = ReliableClient[Request, Future[Unit]]

    Permalink
  2. type InOutReliableClient[Request] = ReliableClient[Request, ReplyFuture] with WithSubscriptionManager

    Permalink
  3. case class NoAckException(request: Any, cause: Throwable) extends Exception with Product with Serializable

    Permalink
  4. trait PublicationHandler[Result] extends AnyRef

    Permalink
  5. trait QueuesNaming extends AnyRef

    Permalink
  6. class ReliableClient[Request, SendResult] extends AnyRef

    Permalink
  7. case class ReliableClientFactory()(implicit actorSystem: ActorSystem) extends Product with Serializable

    Permalink

Value Members

  1. object QueuesNaming extends QueuesNaming

    Permalink
  2. object StraightforwardPublicationHandler extends PublicationHandler[Future[Unit]]

    Permalink
  3. package config

    Permalink
  4. package consume

    Permalink
  5. package protocol

    Permalink
  6. package proxy

    Permalink
  7. package subscription

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped