Endpoint

smithy4s.Endpoint
See theEndpoint companion trait
object Endpoint

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Endpoint.type

Members list

Type members

Classlikes

object Middleware

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Middleware.type
trait Middleware[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Simple[Construct]
Self type

Types

type ForOperation[Op[_, _, _, _, _]] = { type e = [I, E, O, SI, SO] =>> Endpoint[Op, I, E, O, SI, SO]; }

Value members

Concrete methods

def apply[Op[_, _, _, _, _], I, E, O, SI, SO](operationSchema: OperationSchema[I, E, O, SI, SO], wrapFunction: I => Op[I, E, O, SI, SO]): Endpoint[Op, I, E, O, SI, SO]