Packages

t

sttp.tapir.server.vertx.interpreters

VertxCatsServerInterpreter

trait VertxCatsServerInterpreter extends CommonServerInterpreter

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VertxCatsServerInterpreter
  2. CommonServerInterpreter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class VertxFutureForCats[A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def logRequestHandled[F[_], I, E, O, C](e: ServerEndpoint[I, E, O, C, F])(implicit endpointOptions: VertxEndpointOptions): (Int) ⇒ Unit
    Attributes
    protected
    Definition Classes
    CommonServerInterpreter
  12. def monadError[F[_]](implicit F: Effect[F]): MonadError[F]
  13. def mountWithDefaultHandlers[F[_], I, E, O, C, S](e: ServerEndpoint[I, E, O, C, F])(router: Router, routeDef: RouteDefinition)(implicit arg0: ReadStreamCompatible[S], endpointOptions: VertxEndpointOptions, ect: Option[ClassTag[E]]): Route
    Attributes
    protected
    Definition Classes
    CommonServerInterpreter
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def responseHandlerWithError[F[_], I, E, O, S, C <: Streams[S]](e: ServerEndpoint[I, E, O, C, F])(implicit arg0: ReadStreamCompatible[S], endpointOptions: VertxEndpointOptions): (Either[E, O], RoutingContext) ⇒ Unit
    Attributes
    protected
    Definition Classes
    CommonServerInterpreter
  18. def route[F[_], I, E, O](e: ServerEndpoint[I, E, O, Fs2Streams[F], F])(implicit endpointOptions: VertxEffectfulEndpointOptions, effect: ConcurrentEffect[F]): (Router) ⇒ Route

    Given a Router, creates and mounts a Route matching this endpoint, with default error handling

    Given a Router, creates and mounts a Route matching this endpoint, with default error handling

    endpointOptions

    options associated to the endpoint, like its logging capabilities, or execution context

    returns

    A function, that given a router, will attach this endpoint to it

  19. def route[F[_], I, E, O](e: Endpoint[I, E, O, Fs2Streams[F]])(logic: (I) ⇒ F[Either[E, O]])(implicit endpointOptions: VertxEffectfulEndpointOptions, effect: ConcurrentEffect[F]): (Router) ⇒ Route

    Given a Router, creates and mounts a Route matching this endpoint, with default error handling

    Given a Router, creates and mounts a Route matching this endpoint, with default error handling

    logic

    the logic to associate with the endpoint

    endpointOptions

    options associated to the endpoint, like its logging capabilities, or execution context

    returns

    A function, that given a router, will attach this endpoint to it

  20. def routeRecoverErrors[F[_], I, E, O](e: Endpoint[I, E, O, Fs2Streams[F]])(logic: (I) ⇒ F[O])(implicit endpointOptions: VertxEffectfulEndpointOptions, effect: ConcurrentEffect[F], eIsThrowable: <:<[E, Throwable], eClassTag: ClassTag[E]): (Router) ⇒ Route

    Given a Router, creates and mounts a Route matching this endpoint, with custom error handling

    Given a Router, creates and mounts a Route matching this endpoint, with custom error handling

    logic

    the logic to associate with the endpoint

    endpointOptions

    options associated to the endpoint, like its logging capabilities, or execution context

    returns

    A function, that given a router, will attach this endpoint to it

  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from CommonServerInterpreter

Inherited from AnyRef

Inherited from Any

Ungrouped