Uses of Class
com.scivicslab.pojoactor.core.distributed.ActorMessage
Packages that use ActorMessage
Package
Description
-
Uses of ActorMessage in com.scivicslab.pojoactor.core.distributed
Methods in com.scivicslab.pojoactor.core.distributed that return ActorMessageModifier and TypeMethodDescriptionstatic ActorMessageDeserializes an ActorMessage from JSON string. -
Uses of ActorMessage in com.scivicslab.pojoactor.core.distributed.transport
Methods in com.scivicslab.pojoactor.core.distributed.transport with parameters of type ActorMessageModifier and TypeMethodDescriptionvoidHttpTransport.send(NodeInfo target, ActorMessage message) Sends a message without waiting for a response.voidKafkaTransport.send(NodeInfo target, ActorMessage message) voidTransportLayer.send(NodeInfo target, ActorMessage message) Sends a message to an actor on the target node without waiting for a result (fire-and-forget).HttpTransport.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.