object RoutingFactory
- Alphabetic
- By Inheritance
- RoutingFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
BaseDtab
(dtab: () ⇒ Dtab) extends Product with Serializable
The base
Dtabto be used when evaluating a destination. -
case class
DstPrefix
(path: Path) extends Product with Serializable
A prefix to be assigned to destinations (i.e.
A prefix to be assigned to destinations (i.e. by an Identifier).
-
class
IdentifiedRequest
[Req] extends RequestIdentification[Req]
This indicates that a destination was successfully assigned.
This indicates that a destination was successfully assigned. The attached request should be sent to the destination.
-
type
Identifier[Req] = (Req) ⇒ Future[RequestIdentification[Req]]
An Identifier determines a destination for
Req-typed requests. -
sealed
trait
RequestIdentification
[Req] extends AnyRef
The result of attempting to identify a request.
- abstract class ResponseException extends Throwable with NoStackTrace with HasLogLevel
-
class
UnidentifiedRequest
[Req] extends RequestIdentification[Req]
This indicates that the identifier could not assign a destination to the request.
-
case class
UnknownDst
[Req](request: Req, reason: String) extends Exception with NoStackTrace with Product with Serializable
Indicates that no destination could be found for a request.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val description: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val role: Role
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- implicit object BaseDtab extends Param[BaseDtab] with Serializable
- implicit object DstPrefix extends Param[DstPrefix] with Serializable
- object IdentifiedRequest
- object Identifier