| Package | Description |
|---|---|
| org.apache.qpid.proton.engine | |
| org.apache.qpid.proton.reactor | |
| org.apache.qpid.proton.reactor.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
Event.delegate()
dispatch the event to all children of the handler.
|
void |
Event.dispatch(Handler handler) |
void |
Event.redispatch(EventType as_type,
Handler handler)
Synchronously redispatch the current event as a new
EventType on the provided handler and it's children. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Reactor.process()
Process any events pending for this reactor.
|
void |
Reactor.run()
Simplifies the use of the reactor by wrapping the use of
start, run, and stop method
calls. |
void |
Reactor.stop()
Stops the reactor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReactorImpl.process() |
void |
ReactorImpl.run() |
void |
ReactorImpl.stop() |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.