Uses of Interface
net.sodacan.core.Verb
Packages that use Verb
Package
Description
This package contains most of the Interfaces of Sodacan.
A small island of compute sending and receiving messages to/from other Actors.
A message flows from a source Actor to a destination Actor.
-
Uses of Verb in net.sodacan.core
Classes in net.sodacan.core that implement VerbMethods in net.sodacan.core that return VerbModifier and TypeMethodDescriptionMessage.getNextVerb()Message.getVerb()Get the verb of the current route.Route.getVerb()Methods in net.sodacan.core with parameters of type Verb -
Uses of Verb in net.sodacan.core.actor
Classes in net.sodacan.core.actor that implement Verb -
Uses of Verb in net.sodacan.core.message
Methods in net.sodacan.core.message that return VerbModifier and TypeMethodDescriptionDefaultMessage.getNextVerb()Peek at the next verb or null if there's no more routes.DefaultMessage.getVerb()Methods in net.sodacan.core.message with parameters of type Verb -
Uses of Verb in net.sodacan.core.util
Methods in net.sodacan.core.util with parameters of type VerbModifier and TypeMethodDescriptionstatic ActorIdMessageUtils.submitToNewActor(Config config, String actorType, Verb verb) Submit a new message to a new Actor