| Package | Description |
|---|---|
| com.linecorp.armeria.common |
Common types.
|
| com.linecorp.armeria.common.stream |
Streamed message types.
|
| Class and Description |
|---|
| DefaultStreamMessage
A
StreamMessage which buffers the elements to be signaled into a Queue. |
| DeferredStreamMessage
A
StreamMessage whose stream is published later by another StreamMessage. |
| FilteredStreamMessage
A
StreamMessage that filters objects as they are published. |
| StreamMessage |
| StreamMessageDuplicator
A duplicator that duplicates a
StreamMessage into one or more StreamMessages,
which publish the same elements. |
| StreamWriter
Produces the objects to be published by a
StreamMessage. |
| Class and Description |
|---|
| AbortedStreamException
A
RuntimeException that is raised to signal a Subscriber that the StreamMessage
it subscribed to has been aborted by StreamMessage.abort(). |
| CancelledSubscriptionException
A
RuntimeException that is raised to notify StreamMessage.whenComplete() when a
Subscriber has cancelled its Subscription. |
| ClosedPublisherException
Deprecated.
|
| ClosedStreamException
A
RuntimeException that is raised when a StreamMessage has been closed unexpectedly. |
| NoopSubscriber
A
Subscriber that discards all elements silently. |
| SignalLengthGetter
A function that accepts one signal and produces the length of the signal.
|
| StreamMessage |
| StreamMessageDuplicator
A duplicator that duplicates a
StreamMessage into one or more StreamMessages,
which publish the same elements. |
| SubscriptionOption
Options used when subscribing to a
StreamMessage. |
Copyright © 2020 LeanCloud. All rights reserved.