DecodeSuccessContext

case class DecodeSuccessContext[F[_], U, I](serverEndpoint: ServerEndpoint[_, F] { type SECURITY_INPUT; type PRINCIPAL = U; type INPUT = I; type ERROR_OUTPUT; type OUTPUT; }, principal: U, decodedInput: I, request: ServerRequest)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def endpoint: Endpoint[_, I, _, _, _]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product