Package cloud.orbit.actors.test
Interface SingleNodeBenchmark.Hello
-
- All Superinterfaces:
cloud.orbit.actors.Actor
- All Known Implementing Classes:
SingleNodeBenchmark.HelloActor
- Enclosing class:
- SingleNodeBenchmark
public static interface SingleNodeBenchmark.Hello extends cloud.orbit.actors.Actor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description cloud.orbit.concurrent.Task<java.lang.String>sayHello(java.lang.String greeting)
-