Skip navigation links
A F G H I R S 

A

awaitEvent(Consumer<Handler<T>>) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Receive a single event from a handler synchronously.
awaitEvent(Consumer<Handler<T>>, long) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Receive a single event from a handler synchronously.
awaitResult(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Invoke an asynchronous operation and obtain the result synchronous.
awaitResult(Consumer<Handler<AsyncResult<T>>>, long) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Invoke an asynchronous operation and obtain the result synchronous.

F

fiberHandler(Handler<T>) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Convert a standard handler to a handler which runs on a fiber.

G

getContextScheduler() - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Get the `FiberScheduler` for the current context.

H

HandlerReceiverAdaptor<T> - Interface in io.vertx.ext.sync
Deprecated.
This project will be removed with Quasar being effectively abandoned

I

instanceScheduler - Variable in class io.vertx.ext.sync.SyncVerticle
Deprecated.
 
io.vertx.ext.sync - package io.vertx.ext.sync
 

R

receive() - Method in interface io.vertx.ext.sync.Receiver
Deprecated.
Return an event when one is available.
receive(long) - Method in interface io.vertx.ext.sync.Receiver
Deprecated.
Return an event when one is available.
receivePort() - Method in interface io.vertx.ext.sync.Receiver
Deprecated.
 
Receiver<T> - Interface in io.vertx.ext.sync
Deprecated.
This project will be removed with Quasar being effectively abandoned
removeContextScheduler() - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Remove the scheduler for the current context
run() - Method in interface io.vertx.ext.sync.SuspendableRunnable
Deprecated.
 

S

start(Promise<Void>) - Method in class io.vertx.ext.sync.SyncVerticle
Deprecated.
 
start() - Method in class io.vertx.ext.sync.SyncVerticle
Deprecated.
Override this method in your verticle
stop(Promise<Void>) - Method in class io.vertx.ext.sync.SyncVerticle
Deprecated.
 
stop() - Method in class io.vertx.ext.sync.SyncVerticle
Deprecated.
Optionally override this method in your verticle if you have cleanup to do
streamAdaptor() - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Create an adaptor that converts a stream of events from a handler into a receiver which allows the events to be received synchronously.
streamAdaptor(Channel<T>) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Like Sync.streamAdaptor() but using the specified Quasar `Channel` instance.
SuspendableRunnable - Interface in io.vertx.ext.sync
Deprecated.
This project will be removed with Quasar being effectively abandoned
Sync - Class in io.vertx.ext.sync
Deprecated.
This project will be removed with Quasar being effectively abandoned
Sync() - Constructor for class io.vertx.ext.sync.Sync
Deprecated.
 
SyncVerticle - Class in io.vertx.ext.sync
Deprecated.
This project will be removed with Quasar being effectively abandoned
SyncVerticle() - Constructor for class io.vertx.ext.sync.SyncVerticle
Deprecated.
 
A F G H I R S 
Skip navigation links

Copyright © 2023 Eclipse. All rights reserved.