PizzaAdminServiceOperation

smithy4s.example.PizzaAdminServiceOperation
See thePizzaAdminServiceOperation companion object
sealed trait PizzaAdminServiceOperation[Input, Err, Output, StreamedInput, StreamedOutput]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AddMenuItem
class CustomCode
class Echo
class GetEnum
class GetIntEnum
class GetMenu
class Health
class Reservation
class RoundTrip
class Version
Show all

Members list

Value members

Abstract methods

def endpoint: Endpoint[PizzaAdminServiceOperation, Input, Err, Output, StreamedInput, StreamedOutput]
def input: Input
def ordinal: Int
def run[F[_, _, _, _, _]](impl: PizzaAdminServiceGen[F]): F[Input, Err, Output, StreamedInput, StreamedOutput]