Echo

smithy4s.example.PizzaAdminServiceOperation$.Echo
See theEcho companion object
case class Echo(input: EchoInput) extends PizzaAdminServiceOperation[EchoInput, Nothing, Unit, Nothing, Nothing]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PizzaAdminServiceOperation[EchoInput, Nothing, Unit, Nothing, Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def endpoint: (EchoInput, Endpoint[PizzaAdminServiceOperation, EchoInput, Nothing, Unit, Nothing, Nothing])
def run[F[_, _, _, _, _]](impl: PizzaAdminServiceGen[F]): F[EchoInput, Nothing, Unit, Nothing, Nothing]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product