Package io.micronaut.core.async.publisher
Micronaut core async publishing.
- Since:
- 1.0
-
Interface Summary Interface Description Publishers.MapOrSupplyEmpty<T,R> Maps the next result or supplies an empty result.Publishers.MicronautPublisher<T> Marker interface for any micronaut produced publishers. -
Class Summary Class Description AsyncSingleResultPublisher<T> APublisher
that uses anExecutorService
to emit a single result.CompletableFuturePublisher<T> Adapts aCompletableFuture
to aPublisher
.Publishers Utilities for working with rawPublisher
instances.Publishers.JustPublisher<T> A publisher for a value.PublishersOptimizations Static optimizations for theclass
.SingleSubscriberPublisher<T> APublisher
that only allows a singleSubscriber
.