Class SingleNodeBenchmark.HelloActor

    • Field Summary

      • Fields inherited from class cloud.orbit.actors.runtime.AbstractActor

        activation, logger, reference, runtime, state, stateExtension
    • Constructor Summary

      Constructors 
      Constructor Description
      HelloActor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      cloud.orbit.concurrent.Task<java.lang.String> sayHello​(java.lang.String greeting)  
      • Methods inherited from class cloud.orbit.actors.runtime.AbstractActor

        activateAsync, actorIdentity, clearState, createDefaultState, deactivateAsync, getLogger, getLogger, getStateClass, getStreamProvider, readState, registerReminder, registerTimer, registerTimer, runtimeIdentity, state, unregisterReminder, writeState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface cloud.orbit.actors.Actor

        getIdentity
    • Constructor Detail

      • HelloActor

        public HelloActor()
    • Method Detail

      • sayHello

        public cloud.orbit.concurrent.Task<java.lang.String> sayHello​(java.lang.String greeting)
        Specified by:
        sayHello in interface SingleNodeBenchmark.Hello