| Package | Description | 
|---|---|
| io.vertx.ext.sync | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> HandlerReceiverAdaptor<T> | 
Sync.streamAdaptor()
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)
Like  
Sync.streamAdaptor() but using the specified Quasar `Channel` instance. | 
Copyright © 2020 Eclipse. All rights reserved.