trait VertxCatsServerInterpreter extends CommonServerInterpreter
- Alphabetic
- By Inheritance
- VertxCatsServerInterpreter
- CommonServerInterpreter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- implicit class VertxFutureForCats[A] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
logRequestHandled[F[_], I, E, O, C](e: ServerEndpoint[I, E, O, C, F])(implicit endpointOptions: VertxEndpointOptions): (Int) ⇒ Unit
- Attributes
- protected
- Definition Classes
- CommonServerInterpreter
- def monadError[F[_]](implicit F: Effect[F]): MonadError[F]
-
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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
-
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
-
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
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated