public class Composition
extends java.lang.Object
The result of each service can be compared against given states to provide custom routing logic.
Constructor and Description |
---|
Composition(java.lang.String composition)
Parses a composition from the given string.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
firstService()
Gets the first service of this composition.
|
java.lang.String |
toString() |