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
.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
.