public final class ActionId extends Object
ActionId
uniquely identifies an action in the saga dependency graph.Modifier and Type | Field and Description |
---|---|
UUID |
id
The id, represented internally as a UUID.
|
Constructor and Description |
---|
ActionId() |
Modifier and Type | Method and Description |
---|---|
static ActionId |
fromString(String uuidString)
Converts an action id from its string representation as a UUID string.
|
static ActionId |
random()
Returns an random
ActionId |
String |
toString() |
public final UUID id
public static ActionId random()
ActionId
public static ActionId fromString(String uuidString)
uuidString
- the uuid stringCopyright © 2019. All rights reserved.