public interface Pulse
Modifier and Type | Method and Description |
---|---|
void |
add(Tick tick)
Add new tick.
|
Iterable<Throwable> |
error()
Most recent exception (or empty).
|
void |
error(Iterable<Throwable> errors)
Set recent exception (or empty).
|
Iterable<Tick> |
ticks()
Get ticks.
|
Copyright © 2009–2018 Rultor Inc.. All rights reserved.