Simple

smithy4s.Endpoint.Middleware.Simple
trait Simple[Construct] extends Middleware[Construct]

Attributes

Graph
Supertypes
trait Middleware[Construct]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def prepareWithHints(serviceHints: Hints, endpointHints: Hints): Construct => Construct

Concrete methods

final def prepare[Alg[_[_, _, _, _, _]]](service: Service[Alg])(endpoint: Endpoint[service.Operation, _, _, _, _, _]): Construct => Construct

Inherited methods

final def andThen(other: Middleware[Construct]): Middleware[Construct]

Attributes

Inherited from:
Middleware
final def biject[B](to: Construct => B)(from: B => Construct): Middleware[B]

Attributes

Inherited from:
Middleware