Class Address
java.lang.Object
de.wuespace.telestion.services.message.Address
Class for composing Addresses for the
There are:
This class should only be used in static context.
Verticles.There are:
- outgoing:
Verticlespublish there results on the eventbus on this address if the result is not for a specificVerticlealone - incoming:
Verticleslisten on the eventbus for packages here
This class should only be used in static context.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringincoming(io.vertx.core.Verticle target)Creates a new incoming address from aVerticleand returns it as aString.static StringCreates a new incoming address from a method within aVerticleand returns it as aString.static StringCreates a new incoming address from aVerticleand returns it as aString.static StringCreates a new incoming address from a method within aVerticleand returns it as aString.static Stringoutgoing(io.vertx.core.Verticle source)Creates a new outgoing address from aVerticleand returns it as aString.static StringCreates a new outgoing address from a method within aVerticleand returns it as aString.static StringCreates a new outgoing address from aVerticleand returns it as aString.static StringCreates a new outgoing address from a method within aVerticleand returns it as aString.
-
Method Details
-
outgoing
Creates a new outgoing address from aVerticleand returns it as aString.- Parameters:
source-Verticleto compose address from- Returns:
- composed
address
-
outgoing
Creates a new outgoing address from aVerticleand returns it as aString.- Parameters:
source-Verticleto compose address from- Returns:
- composed
address
-
outgoing
Creates a new outgoing address from a method within aVerticleand returns it as aString.- Parameters:
source-Verticleto compose address frommethod- Method which specifies the output address- Returns:
- composed
address
-
outgoing
Creates a new outgoing address from a method within aVerticleand returns it as aString.- Parameters:
source-Verticleto compose address frommethod- Method which specifies the output address- Returns:
- composed
address
-
incoming
Creates a new incoming address from aVerticleand returns it as aString.- Parameters:
target-Verticleto compose address from- Returns:
- composed
address
-
incoming
Creates a new incoming address from a method within aVerticleand returns it as aString.- Parameters:
target-Verticleto compose address frommethod- Method which specifies the input address- Returns:
- composed
address
-
incoming
Creates a new incoming address from aVerticleand returns it as aString.- Parameters:
target-Verticleto compose address from- Returns:
- composed
address
-
incoming
Creates a new incoming address from a method within aVerticleand returns it as aString.- Parameters:
target-Verticleto compose address frommethod- Method which specifies the input address- Returns:
- composed
address
-