| Interface | Description | 
|---|---|
| Publishers.MicronautPublisher<T> | Marker interface for any micronaut produced publishers. | 
| Class | Description | 
|---|---|
| AsyncSingleResultPublisher<T> | A  Publisherthat uses anExecutorServiceto emit a single result. | 
| Publishers | Utilities for working with raw  Publisherinstances. | 
| SingleSubscriberPublisher<T> | A  Publisherthat only allows a singleSubscriber. |