Package | Description |
---|---|
org.fusesource.hawtdispatch |
HawtDispatch
HawtDispatch is an abstract model for expressing concurrency via simple but
powerful API.
|
org.fusesource.hawtdispatch.transport |
Modifier and Type | Method and Description |
---|---|
static <Event,MergedEvent> |
Dispatch.createSource(EventAggregator<Event,MergedEvent> aggregator,
DispatchQueue queue)
Creates a new
CustomDispatchSource to monitor events merged into
the dispatch source and automatically submit a handler runnable to a dispatch queue
in response to the events. |
<Event,MergedEvent> |
Dispatcher.createSource(EventAggregator<Event,MergedEvent> aggregator,
DispatchQueue queue)
Creates a new
CustomDispatchSource to monitor events merged into
the dispatch source and automatically submit a handler runnable to a dispatch queue
in response to the events. |
Modifier and Type | Field and Description |
---|---|
protected CustomDispatchSource<Integer,Integer> |
TcpTransport.drainOutboundSource |
protected CustomDispatchSource<Integer,Integer> |
UdpTransport.drainOutboundSource |
protected CustomDispatchSource<Integer,Integer> |
TcpTransport.yieldSource |
protected CustomDispatchSource<Integer,Integer> |
UdpTransport.yieldSource |
Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.