Package | Description |
---|---|
io.vertx.ext.sync |
Modifier and Type | Method and Description |
---|---|
static <T> HandlerReceiverAdaptor<T> |
Sync.streamAdaptor()
Deprecated.
Create an adaptor that converts a stream of events from a handler into a receiver which allows the events to be
received synchronously.
|
static <T> HandlerReceiverAdaptor<T> |
Sync.streamAdaptor(co.paralleluniverse.strands.channels.Channel<T> channel)
Deprecated.
Like
Sync.streamAdaptor() but using the specified Quasar `Channel` instance. |
Copyright © 2021 Eclipse. All rights reserved.