Packages

p

rhttpc

client

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]]
  2. type InOutReliableClient[Request] = ReliableClient[Request, ReplyFuture] with WithSubscriptionManager
  3. case class NoAckException(request: Any, cause: Throwable) extends Exception with Product with Serializable
  4. trait PublicationHandler[Result] extends AnyRef
  5. trait QueuesNaming extends AnyRef
  6. class ReliableClient[Request, SendResult] extends AnyRef
  7. case class ReliableClientFactory()(implicit actorSystem: ActorSystem) extends Product with Serializable

Value Members

  1. object QueuesNaming extends QueuesNaming
  2. object StraightforwardPublicationHandler extends PublicationHandler[Future[Unit]]

Inherited from AnyRef

Inherited from Any

Ungrouped