Interface SingleNodeBenchmark.Hello

    • 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)  
      • Methods inherited from interface cloud.orbit.actors.Actor

        getIdentity
    • Method Detail

      • sayHello

        cloud.orbit.concurrent.Task<java.lang.String> sayHello​(java.lang.String greeting)