-
public final class StreamBytesOptions
-
-
Method Summary
Modifier and Type Method Description final StringgetTopic()final Map<String, String>getAttributes()final StringgetStreamId()final List<Participant.Identity>getDestinationIdentities()final StringgetMimeType()The mime type of the stream data. final StringgetName()The name of the file being sent. final LonggetTotalSize()The total exact size in bytes, if known. -
-
Method Detail
-
getAttributes
final Map<String, String> getAttributes()
-
getStreamId
final String getStreamId()
-
getDestinationIdentities
final List<Participant.Identity> getDestinationIdentities()
-
getMimeType
final String getMimeType()
The mime type of the stream data. Defaults to application/octet-stream
-
getTotalSize
final Long getTotalSize()
The total exact size in bytes, if known.
-
-
-
-