Uses of Interface
net.sodacan.core.MessageId
Packages that use MessageId
Package
Description
This package contains most of the Interfaces of Sodacan.
A message flows from a source Actor to a destination Actor.
-
Uses of MessageId in net.sodacan.core
Methods in net.sodacan.core that return MessageId -
Uses of MessageId in net.sodacan.core.config
Fields in net.sodacan.core.config with type parameters of type MessageIdMethods in net.sodacan.core.config that return MessageIdMethod parameters in net.sodacan.core.config with type arguments of type MessageIdModifier and TypeMethodDescription -
Uses of MessageId in net.sodacan.core.message
Classes in net.sodacan.core.message that implement MessageIdModifier and TypeClassDescriptionclass
MessageId is normally a Java Instant plus a random integer.Methods in net.sodacan.core.message that return MessageIdMethods in net.sodacan.core.message with parameters of type MessageIdConstructors in net.sodacan.core.message with parameters of type MessageId -
Uses of MessageId in net.sodacan.core.serialize.gson
Methods in net.sodacan.core.serialize.gson that return MessageIdModifier and TypeMethodDescriptionMessageIdAdapter.createInstance
(Type type) MessageIdAdapter.deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)