文件名称: reactor-core-2.0.5.RELEASE.jar中文-英文对照文档.zip
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>2.0.5.RELEASE</version>
</dependency>Gradle:
implementation group: 'io.projectreactor', name: 'reactor-core', version: '2.0.5.RELEASE'
Gradle (Short):
implementation 'io.projectreactor:reactor-core:2.0.5.RELEASE'
Gradle (Kotlin):
implementation("io.projectreactor:reactor-core:2.0.5.RELEASE")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
reactor
reactor.core
reactor.core.config
reactor.core.dispatch
reactor.core.dispatch.wait
reactor.core.internal
reactor.core.processor
reactor.core.processor.util
reactor.core.queue
reactor.core.queue.internal
reactor.core.reactivestreams
reactor.core.support
reactor.fn
reactor.fn.support
reactor.fn.timer
reactor.fn.tuple
reactor.io
reactor.io.buffer
reactor.io.codec
reactor.io.codec.compress
reactor.io.codec.json
reactor.io.codec.kryo
reactor.io.codec.protobuf
reactor.io.queue
reactor.io.queue.specreactor.Environment
reactor.core.Dispatcher
reactor.core.DispatcherSupplier
reactor.core.config.ConfigurationReader
reactor.core.config.DispatcherConfiguration
reactor.core.config.DispatcherType
reactor.core.config.PropertiesConfigurationReader
reactor.core.config.ReactorConfiguration
reactor.core.dispatch.AbstractLifecycleDispatcher
reactor.core.dispatch.MpscDispatcher
reactor.core.dispatch.MultiThreadDispatcher
reactor.core.dispatch.RingBufferDispatcher
reactor.core.dispatch.SingleThreadDispatcher
reactor.core.dispatch.SynchronousDispatcher
reactor.core.dispatch.TailRecurseDispatcher
reactor.core.dispatch.ThreadPoolExecutorDispatcher
reactor.core.dispatch.TraceableDelegatingDispatcher
reactor.core.dispatch.WorkQueueDispatcher
reactor.core.dispatch.wait.AgileWaitingStrategy
reactor.core.dispatch.wait.ParkWaitStrategy
reactor.core.dispatch.wait.WaitingMood
reactor.core.internal.PlatformDependent
reactor.core.processor.CancelException
reactor.core.processor.ExecutorPoweredProcessor
reactor.core.processor.InsufficientCapacityException
reactor.core.processor.MutableSignal
reactor.core.processor.MutableSignal.Type
reactor.core.processor.ReactorProcessor
reactor.core.processor.RingBufferProcessor
reactor.core.processor.RingBufferWorkProcessor
reactor.core.processor.util.RingBufferSubscriberUtils
reactor.core.processor.util.SingleUseExecutor
reactor.core.queue.CompletableBlockingQueue
reactor.core.queue.CompletableLinkedQueue
reactor.core.queue.CompletableQueue
reactor.core.queue.internal.MpscLinkedQueue
reactor.core.queue.internal.MpscLinkedQueueNode
reactor.core.reactivestreams.PublisherFactory
reactor.core.reactivestreams.PublisherFactory.PrematureCompleteException
reactor.core.reactivestreams.SerializedSubscriber
reactor.core.reactivestreams.SubscriberBarrier
reactor.core.reactivestreams.SubscriberFactory
reactor.core.reactivestreams.SubscriberWithContext
reactor.core.reactivestreams.SubscriptionWithContext
reactor.core.support.Assert
reactor.core.support.Exceptions
reactor.core.support.Exceptions.ValueCause
reactor.core.support.NamedDaemonThreadFactory
reactor.core.support.NonBlocking
reactor.core.support.ReactorFatalException
reactor.core.support.Recyclable
reactor.core.support.SpecificationExceptions
reactor.core.support.UUIDUtils
reactor.fn.BiConsumer
reactor.fn.BiFunction
reactor.fn.Consumer
reactor.fn.Function
reactor.fn.Functions
reactor.fn.Pausable
reactor.fn.Predicate
reactor.fn.Predicates
reactor.fn.Resource
reactor.fn.Supplier
reactor.fn.Suppliers
reactor.fn.support.Tap
reactor.fn.timer.HashWheelTimer
reactor.fn.timer.HashWheelTimer.BusySpinWait
reactor.fn.timer.HashWheelTimer.SleepWait
reactor.fn.timer.HashWheelTimer.TimerPausable
reactor.fn.timer.HashWheelTimer.WaitStrategy
reactor.fn.timer.HashWheelTimer.YieldingWait
reactor.fn.timer.TimeUtils
reactor.fn.timer.Timer
reactor.fn.tuple.Tuple
reactor.fn.tuple.Tuple1
reactor.fn.tuple.Tuple2
reactor.fn.tuple.Tuple3
reactor.fn.tuple.Tuple4
reactor.fn.tuple.Tuple5
reactor.fn.tuple.Tuple6
reactor.fn.tuple.Tuple7
reactor.fn.tuple.Tuple8
reactor.fn.tuple.TupleN
reactor.io.IO
reactor.io.IO.FileContext
reactor.io.buffer.Buffer
reactor.io.codec.BufferCodec
reactor.io.codec.ByteArrayCodec
reactor.io.codec.Codec
reactor.io.codec.DelimitedCodec
reactor.io.codec.Frame
reactor.io.codec.FrameCodec
reactor.io.codec.FrameCodec.LengthField
reactor.io.codec.JavaSerializationCodec
reactor.io.codec.LengthFieldCodec
reactor.io.codec.PassThroughCodec
reactor.io.codec.SerializationCodec
reactor.io.codec.StandardCodecs
reactor.io.codec.StringCodec
reactor.io.codec.compress.CompressionCodec
reactor.io.codec.compress.GzipCodec
reactor.io.codec.compress.SnappyCodec
reactor.io.codec.json.JacksonJsonCodec
reactor.io.codec.json.JsonCodec
reactor.io.codec.kryo.KryoCodec
reactor.io.codec.kryo.KryoPoolCodec
reactor.io.codec.protobuf.ProtobufCodec
reactor.io.queue.ChronicleQueuePersistor
reactor.io.queue.InMemoryQueuePersistor
reactor.io.queue.PersistentQueue
reactor.io.queue.QueuePersistor
reactor.io.queue.spec.PersistentQueueSpec