Uses of Class
net.sodacan.core.Route
Packages that use Route
Package
Description
This package contains most of the Interfaces of Sodacan.
A message flows from a source Actor to a destination Actor.
-
Uses of Route in net.sodacan.core
Methods in net.sodacan.core that return RouteModifier and TypeMethodDescriptionMessage.getRoute()
Get the current route.Message.peekRoute()
Message.popRoute()
Methods in net.sodacan.core that return types with arguments of type Route -
Uses of Route in net.sodacan.core.message
Methods in net.sodacan.core.message that return RouteModifier and TypeMethodDescriptionDefaultMessage.getRoute()
Get the current routeDefaultMessage.peekRoute()
Peek at the next route or null if there's no more routes in the message.DefaultMessage.peekTailRoute()
DefaultMessage.popRoute()
Popping a route sets the current route in the message and it also renders the message immutable.protected Route
DefaultMessage.prepareBuildRoute()
Methods in net.sodacan.core.message that return types with arguments of type RouteMethods in net.sodacan.core.message with parameters of type Route -
Uses of Route in net.sodacan.core.serialize.gson
Methods in net.sodacan.core.serialize.gson that return RouteModifier and TypeMethodDescriptionRouteAdapter.deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Methods in net.sodacan.core.serialize.gson with parameters of type Route