RequestNodePath

public final class RequestNodePath

A factory creating NodePaths for placing actor request results.

Functions

Link copied to clipboard
public static NodePath of(Query query)
Creates an instance of NodePath which points to a database node storing the QueryResponse to the given Query.
public static NodePath of(Topic topic)
Creates an instance of NodePath which points to a database node storing updates of the given subscription Topic.
Link copied to clipboard
public static NodePath tenantIdAsPath(TenantId tenantId)
Converts a given tenant ID into a database node path.