| Package | Description |
|---|---|
| com.linecorp.armeria.common |
Common types.
|
| com.linecorp.armeria.common.stream |
Streamed message types.
|
| Class and Description |
|---|
| AbstractStreamMessageDuplicator
Allows subscribing to a
StreamMessage multiple times by duplicating the stream. |
| 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 |
| 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.completionFuture() when a
Subscriber has cancelled its Subscription. |
| ClosedPublisherException
A
RuntimeException that is raised when a StreamWriter attempts to write an object to a
closed StreamMessage. |
| NoopSubscriber
A
Subscriber that discards all elements silently. |
| SignalLengthGetter
A function that accepts one signal and produces the length of the signal.
|
| StreamMessage |
| SubscriptionOption
Options used when subscribing to a
StreamMessage. |
Copyright © 2020 LeanCloud. All rights reserved.