Package io.micronaut.core.async.publisher
package io.micronaut.core.async.publisher
Micronaut core async publishing.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionA
Publisher
that uses anExecutorService
to emit a single result.Adapts aCompletableFuture
to aPublisher
.This is aProcessor
that does not change the stream, but allows the upstreamPublisher
and downstreamSubscriber
to be set independently in any order.Utilities for working with rawPublisher
instances.A publisher for a value.A publisher that throws an error.Maps the next result or supplies an empty result.Marker interface for any micronaut produced publishers.Static optimizations for theclass
.APublisher
that only allows a singleSubscriber
.