程序包 | 说明 |
---|---|
io.reactor.gradle | |
java.lang | |
reactor | |
reactor.adapter |
Adapt
Publisher to Java 9+
Flow.Publisher . |
reactor.core |
Core components of the framework supporting extensions to the Reactive Stream
programming model.
|
reactor.core.observability | |
reactor.core.observability.micrometer |
Support of Micrometer 1.10+ instrumentation on reactor-core classes.
|
reactor.core.publisher | |
reactor.core.publisher.loop | |
reactor.core.publisher.scenarios | |
reactor.core.publisher.tck | |
reactor.core.scheduler |
Scheduler contract and static
registry and factory methods in Schedulers . |
reactor.core.scrabble | |
reactor.core.util | |
reactor.doc | |
reactor.guide | |
reactor.test |
Main test components supporting the testing and assertion of publishers.
|
reactor.test.publisher |
Components supporting the creation of test-oriented
Publishers . |
reactor.test.scheduler |
Components supporting the creation of test-oriented
Schedulers . |
reactor.test.subscriber |
Components supporting the creation of test-oriented
Subscribers . |
reactor.test.util | |
reactor.tools | |
reactor.tools.agent | |
reactor.util |
Miscellaneous utility classes, such as loggers, tuples or queue suppliers and implementations.
|
reactor.util.annotation | |
reactor.util.concurrent |
Queue
suppliers and utilities
Used for operational serialization (serializing threads) or buffering (asynchronous boundary). |
reactor.util.context |
Miscellaneous utility classes, such as loggers, tuples or queue suppliers and implementations.
|
reactor.util.function |
Tuples provide a type-safe way to specify multiple parameters. |
reactor.util.retry |