Uses of Package
org.apache.qpid.proton.reactor
Packages that use org.apache.qpid.proton.reactor
Package
Description
-
Classes in org.apache.qpid.proton.reactor used by org.apache.qpid.protonClassDescriptionThe proton reactor provides a general purpose event processing library for writing reactive programs.
-
Classes in org.apache.qpid.proton.reactor used by org.apache.qpid.proton.engineClassDescriptionThe proton reactor provides a general purpose event processing library for writing reactive programs.Interface used to identify classes that can be a child of a reactor.An entity that can be multiplexed using a
Selector
.Represents work scheduled with aReactor
for execution at some point in the future. -
Classes in org.apache.qpid.proton.reactor used by org.apache.qpid.proton.engine.implClassDescriptionThe proton reactor provides a general purpose event processing library for writing reactive programs.Interface used to identify classes that can be a child of a reactor.An entity that can be multiplexed using a
Selector
. -
Classes in org.apache.qpid.proton.reactor used by org.apache.qpid.proton.reactorClassDescriptionAcceptors are children of a
Reactor
that accept in-bound network connections.The proton reactor provides a general purpose event processing library for writing reactive programs.Interface used to identify classes that can be a child of a reactor.An entity that can be multiplexed using aSelector
.A callback that can be passed to the various "on" methods of the selectable - to allow code to be run when the selectable becomes ready for the associated operation.Represents work scheduled with aReactor
for execution at some point in the future. -
Classes in org.apache.qpid.proton.reactor used by org.apache.qpid.proton.reactor.implClassDescriptionAcceptors are children of a
Reactor
that accept in-bound network connections.The proton reactor provides a general purpose event processing library for writing reactive programs.Interface used to identify classes that can be a child of a reactor.An entity that can be multiplexed using aSelector
.A callback that can be passed to the various "on" methods of the selectable - to allow code to be run when the selectable becomes ready for the associated operation.A multiplexor of instances ofSelectable
.Represents work scheduled with aReactor
for execution at some point in the future.