open Or Create
Open existing SyncStreamJava by unique name or create a new one if specified name does not exist.
Return
CancellationToken which allows to cancel network request.
Parameters
Unique name to find existing stream or to assign to new stream upon creation.
Listener that will receive opened or created SyncStreamJava in its onSuccess() callback or any error in onFailure() callback.
Open existing SyncStreamJava by unique name or create a new one if specified name does not exist.
Return
CancellationToken which allows to cancel network request.
Parameters
Unique name to find existing stream or to assign to new stream upon creation.
Time to live in seconds from now.
Listener that will receive opened or created SyncStreamJava in its onSuccess() callback or any error in onFailure() callback.
Open existing SyncStreamJava by unique name or create a new one if specified name does not exist.
Return
CancellationToken which allows to cancel network request.
Parameters
Unique name to find existing stream or to assign to new stream upon creation.
Time to live in seconds from now.
SyncStreamJava.Listener that will receive notifications regarding this stream.
Listener that will receive opened or created SyncStreamJava in its onSuccess() callback or any error in onFailure() callback.