文件名称: reactor-core-2.0.0.RELEASE.jar中文-英文对照文档.zip
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>Gradle:
implementation group: 'io.projectreactor', name: 'reactor-core', version: '2.0.0.RELEASE'
Gradle (Short):
implementation 'io.projectreactor:reactor-core:2.0.0.RELEASE'
Gradle (Kotlin):
implementation("io.projectreactor:reactor-core:2.0.0.RELEASE")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
reactor
reactor.core
reactor.core.alloc
reactor.core.alloc.factory
reactor.core.alloc.spec
reactor.core.config
reactor.core.convert
reactor.core.dispatch
reactor.core.dispatch.wait
reactor.core.internal
reactor.core.processor
reactor.core.queue
reactor.core.queue.internal
reactor.core.reactivestreams
reactor.core.support
reactor.fn
reactor.fn.batch
reactor.fn.support
reactor.fn.timer
reactor.fn.tuple
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.alloc.AbstractReference
reactor.core.alloc.Allocator
reactor.core.alloc.Recyclable
reactor.core.alloc.RecyclableNumber
reactor.core.alloc.RecyclableString
reactor.core.alloc.Reference
reactor.core.alloc.ReferenceCountingAllocator
reactor.core.alloc.RingBufferAllocator
reactor.core.alloc.factory.BatchFactorySupplier
reactor.core.alloc.factory.Factories
reactor.core.alloc.factory.NoArgConstructorFactory
reactor.core.alloc.spec.RingBufferAllocatorSpec
reactor.core.config.ConfigurationReader
reactor.core.config.DispatcherConfiguration
reactor.core.config.DispatcherType
reactor.core.config.PropertiesConfigurationReader
reactor.core.config.ReactorConfiguration
reactor.core.convert.ConversionFailedException
reactor.core.convert.Converter
reactor.core.convert.DelegatingConverter
reactor.core.convert.StandardConverters
reactor.core.convert.StandardConverters.ConstructorParameterConverter
reactor.core.convert.StandardConverters.StringToNumberConverter
reactor.core.convert.StandardConverters.ToStringConverter
reactor.core.dispatch.AbstractLifecycleDispatcher
reactor.core.dispatch.InsufficientCapacityException
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.ReactorProcessor
reactor.core.processor.ReactorProcessor.MutableSignal
reactor.core.processor.ReactorProcessor.SType
reactor.core.processor.RingBufferProcessor
reactor.core.processor.RingBufferWorkProcessor
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.SerializedSubscriber
reactor.core.support.Assert
reactor.core.support.CollectionUtils
reactor.core.support.Exceptions
reactor.core.support.Exceptions.ValueCause
reactor.core.support.Identifiable
reactor.core.support.IoUtils
reactor.core.support.LinkedCaseInsensitiveMap
reactor.core.support.LinkedMultiValueMap
reactor.core.support.MultiValueMap
reactor.core.support.NamedDaemonThreadFactory
reactor.core.support.ObjectUtils
reactor.core.support.SpecificationExceptions
reactor.core.support.StringUtils
reactor.core.support.TypeReference
reactor.core.support.TypeUtils
reactor.core.support.UUIDUtils
reactor.fn.BiConsumer
reactor.fn.BiFunction
reactor.fn.Consumer
reactor.fn.Fn
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.batch.BatchConsumer
reactor.fn.support.CancelConsumerException
reactor.fn.support.DelegatingConsumer
reactor.fn.support.Resequencer
reactor.fn.support.SingleUseConsumer
reactor.fn.support.Tap
reactor.fn.support.UriUtils
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.buffer.Buffer
reactor.io.buffer.BufferAllocator
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.protobuf.ProtobufCodec
reactor.io.queue.InMemoryQueuePersistor
reactor.io.queue.IndexedChronicleQueuePersistor
reactor.io.queue.PersistentQueue
reactor.io.queue.QueuePersistor
reactor.io.queue.spec.PersistentQueueSpec