JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.micronaut.core.async.publisher
Interface Publishers.MicronautPublisher<T>
Type Parameters:
T
- The generic type
All Superinterfaces:
Publisher
<T>
All Known Subinterfaces:
HttpContentProcessor
<T>
All Known Implementing Classes:
AbstractBufferingHttpContentProcessor
,
AbstractHttpContentProcessor
,
AsyncSingleResultPublisher
,
CompletableFuturePublisher
,
DefaultHttpContentProcessor
,
FormDataHttpContentProcessor
,
JsonContentProcessor
,
Publishers.JustPublisher
,
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method