-
public final class StreamTextOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtopicprivate final Map<String, String>attributesprivate final StringstreamIdprivate final List<Participant.Identity>destinationIdentitiesprivate final TextStreamInfo.OperationTypeoperationTypeprivate final Integerversionprivate final List<String>attachedStreamIdsprivate final StringreplyToStreamIdprivate final LongtotalSize
-
Constructor Summary
Constructors Constructor Description StreamTextOptions(String topic, Map<String, String> attributes, String streamId, List<Participant.Identity> destinationIdentities, TextStreamInfo.OperationType operationType, Integer version, List<String> attachedStreamIds, String replyToStreamId, Long totalSize)
-
Method Summary
Modifier and Type Method Description final StringgetTopic()final Map<String, String>getAttributes()final StringgetStreamId()final List<Participant.Identity>getDestinationIdentities()final TextStreamInfo.OperationTypegetOperationType()final IntegergetVersion()final List<String>getAttachedStreamIds()final StringgetReplyToStreamId()final LonggetTotalSize()The total exact size in bytes when encoded to UTF-8, if known. -
-
Method Detail
-
getAttributes
final Map<String, String> getAttributes()
-
getStreamId
final String getStreamId()
-
getDestinationIdentities
final List<Participant.Identity> getDestinationIdentities()
-
getOperationType
final TextStreamInfo.OperationType getOperationType()
-
getVersion
final Integer getVersion()
-
getAttachedStreamIds
final List<String> getAttachedStreamIds()
-
getReplyToStreamId
final String getReplyToStreamId()
-
getTotalSize
final Long getTotalSize()
The total exact size in bytes when encoded to UTF-8, if known.
-
-
-
-