public class StepAgent extends Object implements IStepService
| Constructor and Description |
|---|
StepAgent() |
| Modifier and Type | Method and Description |
|---|---|
IIntermediateFuture<Integer> |
performSteps(int steps,
long millis)
Perform some steps and block some milliseconds in between.
|
ISubscriptionIntermediateFuture<Integer> |
subscribeToSteps(long millis)
Perform periodical steps and block some milliseconds in between.
|
public IIntermediateFuture<Integer> performSteps(int steps, long millis)
performSteps in interface IStepServicepublic ISubscriptionIntermediateFuture<Integer> subscribeToSteps(long millis)
subscribeToSteps in interface IStepServiceCopyright © 2013. All Rights Reserved.