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 Book
class Echo
class GetEnum
class GetMenu
class Health
class RoundTrip
class Version

Members list

Concise view

Value members

Abstract methods

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