Interface Publishers.MicronautPublisher<T>
- Type Parameters:
T- The generic type
- All Superinterfaces:
org.reactivestreams.Publisher<T>
- All Known Implementing Classes:
AsyncSingleResultPublisher,CompletableFuturePublisher,Publishers.JustPublisher,Publishers.JustThrowPublisher
- Enclosing class:
Publishers
public static interface Publishers.MicronautPublisher<T>
extends org.reactivestreams.Publisher<T>
Marker interface for any micronaut produced publishers.
- Since:
- 2.0.2
-
Method Summary
Methods inherited from interface org.reactivestreams.Publisher
subscribe