Uses of Class
com.scivicslab.pojoactor.core.ActionResult
Packages that use ActionResult
Package
Description
-
Uses of ActionResult in com.scivicslab.pojoactor.core
Methods in com.scivicslab.pojoactor.core that return ActionResultModifier and TypeMethodDescriptionAbstractCallableByActionName.callByActionName(String actionName, String args) Dispatches to the matching@Action-annotated method, or returns a failure result for unknown action names.CallableByActionName.callByActionName(String actionName, String args) Executes an action identified by its name with the given arguments.ActorRef.getLastResult()Gets the last action result for this actor.Invokes the@Action-annotated method whose name matchesactionName.protected ActionResultAbstractCallableByActionName.invokeAnnotatedAction(String actionName, String args) Invokes the@Action-annotated method whose name matchesactionName.Methods in com.scivicslab.pojoactor.core with parameters of type ActionResultModifier and TypeMethodDescriptionvoidActorRef.setLastResult(ActionResult result) Sets the last action result for this actor. -
Uses of ActionResult in com.scivicslab.pojoactor.core.distributed
Methods in com.scivicslab.pojoactor.core.distributed that return ActionResultModifier and TypeMethodDescriptionRemoteActorRef.callByActionName(String actionName, String args) Invokes an action on the remote actor and waits for the result. -
Uses of ActionResult in com.scivicslab.pojoactor.core.distributed.transport
Methods in com.scivicslab.pojoactor.core.distributed.transport that return ActionResultModifier and TypeMethodDescriptionHttpTransport.sendAndWait(NodeInfo target, ActorMessage message, Duration timeout) Sends a message and waits synchronously for the result.KafkaTransport.sendAndWait(NodeInfo target, ActorMessage message, Duration timeout) TransportLayer.sendAndWait(NodeInfo target, ActorMessage message, Duration timeout) Sends a message to an actor on the target node and waits for the result.