public interface Reactor
extends com.google.common.util.concurrent.Service
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Reactor.Callback |
| Modifier and Type | Method and Description |
|---|---|
void |
signal()
Send a signal to trigger the reactor.
|
Runnable |
signalRunnable()
Returns a runnable that calls
signal(). |
Copyright © 2017. All rights reserved.