Package | Description |
---|---|
reactor | |
reactor.alloc |
Pooling provides lower GC requirements by re-using components.
|
reactor.bus |
Hold the required abstraction to enable Event Driven Programming with Reactor.
|
reactor.bus.registry |
Registries provide a common way to retrieve items registered using a
Selector . |
reactor.bus.routing | |
reactor.bus.selector |
Selectors provide a way to register components to react to given key data. |
reactor.bus.spec |
Specs help create
Reactors by providing a fluent API to specify
common options. |
reactor.bus.support | |
reactor.bus.timer | |
reactor.core |
Core components of the Reactor framework.
|
reactor.core.dispatch |
Dispatchers provide a way for work to be done in another thread,
but unlike a standard thread pool, do so with extreme efficiency. |
reactor.core.processor |
This package offers a suite of asynchronous
Processor with backpressure support. |
reactor.core.reactivestreams | |
reactor.fn |
This package contains the foundational abstractions on which Reactor's functional and reactive components are
built.
|
reactor.fn.support | |
reactor.fn.timer | |
reactor.groovy.config | |
reactor.groovy.ext | |
reactor.groovy.support | |
reactor.io.buffer | |
reactor.io.codec |
Components to handle encoding and decoding of objects into
Buffers . |
reactor.io.codec.compress | |
reactor.io.codec.json |
Encoding and decoding using the JSON format.
|
reactor.io.codec.kryo | |
reactor.io.codec.protobuf | |
reactor.io.net |
Reactive network components are located in this package scope implementing the following exposed contract:
A
ReactorPeer NetServer/NetClient is a Publisher of
ReactorChannel that are themselves Publisher of input data. |
reactor.io.net.codec.syslog |
Decoding using the syslog format.
|
reactor.io.net.config |
Configuration of the various TCP parameters for clients and servers.
|
reactor.io.net.impl.netty |
Implementations of the various TCP abstractions based on Netty.
|
reactor.io.net.impl.netty.http | |
reactor.io.net.impl.netty.tcp | |
reactor.io.net.impl.zmq | |
reactor.io.net.impl.zmq.tcp | |
reactor.io.net.tcp |
Components for writing TCP-based clients and servers using Reactor abstractions.
|
reactor.io.net.tcp.ssl |
Support classes for Reactor's TCP SSL support.
|
reactor.io.queue.spec |
Specs provide a simple fluent DSL for creating
PersistentQueues by
specifying common options. |
reactor.rx |
Streams are reactive components derived from Reactive Extensions and implementing Reactive Streams specification.
|
reactor.rx.action |
Actions are Reactive Streams components derived from Reactive Extensions and beyond.
|
reactor.rx.action.aggregation | |
reactor.rx.action.combination | |
reactor.rx.action.conditional | |
reactor.rx.action.control | |
reactor.rx.action.error | |
reactor.rx.action.filter | |
reactor.rx.action.metrics | |
reactor.rx.action.pair | |
reactor.rx.action.passive | |
reactor.rx.action.support | |
reactor.rx.action.terminal | |
reactor.rx.action.transformation | |
reactor.rx.broadcast |
Broadcasters are akin to Reactive Extensions Subject.
|
reactor.rx.stream | |
reactor.rx.subscription | |
reactor.rx.subscription.support |
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Class and Description |
---|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Pausable |
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Class and Description |
---|
Predicate
Determines if the input object matches some criteria.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Resource
A Resource is a component with an active state, generally consuming hardware capacities (memory, cpu, io).
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Resource
A Resource is a component with an active state, generally consuming hardware capacities (memory, cpu, io).
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Resource
A Resource is a component with an active state, generally consuming hardware capacities (memory, cpu, io).
|
Class and Description |
---|
BiConsumer
Implementations of this class perform work on the given parameters pair.
|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Class and Description |
---|
BiFunction
Implementations of this class perform work on the given parameters pair and return a result of an optionally different
type.
|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Pausable |
Predicate
Determines if the input object matches some criteria.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Pausable |
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
BiFunction
Implementations of this class perform work on the given parameters pair and return a result of an optionally different
type.
|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Predicate
Determines if the input object matches some criteria.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Predicate
Determines if the input object matches some criteria.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Class and Description |
---|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Class and Description |
---|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Class and Description |
---|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
BiConsumer
Implementations of this class perform work on the given parameters pair.
|
BiFunction
Implementations of this class perform work on the given parameters pair and return a result of an optionally different
type.
|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Predicate
Determines if the input object matches some criteria.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Predicate
Determines if the input object matches some criteria.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
BiConsumer
Implementations of this class perform work on the given parameters pair.
|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Predicate
Determines if the input object matches some criteria.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Predicate
Determines if the input object matches some criteria.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Class and Description |
---|
BiFunction
Implementations of this class perform work on the given parameters pair and return a result of an optionally different
type.
|
Consumer
Implementations accept a given value and perform work on the argument.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Class and Description |
---|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Class and Description |
---|
BiFunction
Implementations of this class perform work on the given parameters pair and return a result of an optionally different
type.
|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Function
Implementations of this class perform work on the given parameter and return a result of an optionally different
type.
|
Supplier
Implementations of this class supply the caller with an object.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Class and Description |
---|
Consumer
Implementations accept a given value and perform work on the argument.
|
Copyright © 2017. All rights reserved.