| Package | Description |
|---|---|
| com.spotify.helios.servicescommon |
| Modifier and Type | Method and Description |
|---|---|
Reactor |
ReactorFactory.create(String name,
Reactor.Callback callback,
long timeout) |
| Constructor and Description |
|---|
DefaultReactor(String name,
Reactor.Callback callback)
Create a reactor that calls the provided callback.
|
DefaultReactor(String name,
Reactor.Callback callback,
long timeoutMillis)
Create a reactor that calls the provided callback with the specified timeout interval.
|
Copyright © 2017. All rights reserved.