ForwardedResult

com.github.cloudfiles.core.http.HttpRequestSender.ForwardedResult
final case class ForwardedResult(result: Result) extends HttpCommand

A message class representing the result of a request that has been forwarded to another request actor.

This message type is not handled by this actor class itself, but it is used by extension actors that add functionality to request actors. Such extensions may have to inspect the result of a request to trigger specific actions (e.g. retry a failed request under certain circumstances). Therefore, there must be a way to deal with incoming results.

Value parameters

result

the result

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HttpCommand
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product