JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.camunda.zeebe.transport.stream.api
Interface RemoteStreamInfo.RemoteStreamId
Enclosing interface:
RemoteStreamInfo
<
M
>
public static interface
RemoteStreamInfo.RemoteStreamId
A logical representation of a globally unique stream ID
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
MemberId
receiver
()
The target receiver for any messages pushed onto the stream
UUID
streamId
()
The stream's ID on as known by the receiver
Method Details
streamId
UUID
streamId
()
The stream's ID on as known by the receiver
receiver
MemberId
receiver
()
The target receiver for any messages pushed onto the stream