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. case class MessageFromSubscription(msg: Any, subscription: SubscriptionOnResponse) extends Product with Serializable

    Permalink
  2. class NoAckException extends Exception

    Permalink
  3. trait PublicationListener extends Actor

    Permalink
  4. sealed trait PublicationResult extends AnyRef

    Permalink
  5. class ReliableClient[Request] extends AnyRef

    Permalink
  6. type ReliableHttp = ReliableClient[HttpRequest]

    Permalink
  7. class ReplyFuture extends AnyRef

    Permalink
  8. case class RequestAborted(subscription: SubscriptionOnResponse, cause: Throwable) extends PublicationResult with Product with Serializable

    Permalink
  9. case class RequestPublished(subscription: SubscriptionOnResponse) extends PublicationResult with Product with Serializable

    Permalink
  10. trait SubscriptionManager extends AnyRef

    Permalink
  11. case class SubscriptionOnResponse(correlationId: String) extends Product with Serializable

    Permalink

Value Members

  1. object ReliableHttp

    Permalink
  2. object SubscriptionManager

    Permalink
  3. def recovered[T](future: Future[T], action: String)(implicit ec: ExecutionContext): Future[Any]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped