Package org.jboss.resteasy.reactive.server.runtime.kotlin
See: Description
-
Class Summary Class Description AbstractSuspendedRequestFilter Base class used by Quarkus to generate an implementation at build-time that calls a {@code suspend} method annotated with {@code @ServerRequestFilter} AbstractSuspendedResponseFilter Base class used by Quarkus to generate an implementation at build-time that calls a {@code suspend} method annotated with {@code @ServerResponseFilter} ApplicationCoroutineScope Application wide coroutine scope. VertxDispatcher Dispatches the coroutine in Vertx IO thread. CoroutineInvocationHandler CoroutineInvocationHandlerFactory Factory for the CoroutineInvocationHandler that is already part of the CDI container CoroutineMethodProcessor Intercepts method invocations to force an EndpointInvoker. FlowToPublisherHandler FilterUtilsKt -
Interface Summary Interface Description CoroutineEndpointInvoker Base interface implemented by the synthetic beans that represent suspending rest endpoints.