Interface Publishers.MicronautPublisher<T>

Type Parameters:
T - The generic type
All Superinterfaces:
Publisher<T>
All Known Implementing Classes:
AsyncSingleResultPublisher, CompletableFuturePublisher, Publishers.JustPublisher, Publishers.JustThrowPublisher, ServerRequestTracingPublisher
Enclosing class:
Publishers

public static interface Publishers.MicronautPublisher<T> extends Publisher<T>
Marker interface for any micronaut produced publishers.
Since:
2.0.2
  • Method Summary

    Methods inherited from interface org.reactivestreams.Publisher

    subscribe