public interface ActorSystemMessage
Message does. The point here is to
allow thinner clients to interface with actor system without having to create classes for each
message type.
Message
If it is, the values provided by the Message annotation will take precedence over the
ones provided by the object.| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPayload()
The serialized payload data.
|
String |
getPayloadClass()
Since Elastic Actors currently deserializes messages based on their class, this method should
return the name of the class which the payload represents on the receiving end.
|
default int |
getTimeout()
Equivalent to
Message.timeout() |
default boolean |
isDurable()
Equivalent to
Message.durable() |
default boolean isDurable()
Message.durable()default int getTimeout()
Message.timeout()String getPayloadClass()
byte[] getPayload()
Copyright © 2021. All rights reserved.