Static helper method for constructing a new FlowId. @return a new FlowId.
(String tenantId, String namespace, String id, Integer revision)
| 53 | * @return a new {@link FlowId}. |
| 54 | */ |
| 55 | static FlowId of(String tenantId, String namespace, String id, Integer revision) { |
| 56 | return new Default(tenantId, namespace, id, revision); |
| 57 | } |
| 58 |
no outgoing calls