A B C E G M N O R S 
All Classes All Packages

A

accept(T) - Method in interface reactor.fn.Consumer
Deprecated.
Execute the logic of the action, accepting the given parameter.

B

Bus<T> - Interface in reactor.bus
Deprecated.
Here for compatibility only. Do not use directly

C

Consumer<T> - Interface in reactor.fn
Deprecated.
Here for compatibility only. Do not use directly

E

Event<T> - Class in reactor.bus
Deprecated.
Here for compatibility only. Do not use directly
Event(String, T) - Constructor for class reactor.bus.Event
Deprecated.
 
Event(String, T, Object) - Constructor for class reactor.bus.Event
Deprecated.
 

G

getObject() - Method in interface reactor.bus.selector.Selector
Deprecated.
Get the object being used for comparisons and equals checks.
getReplyTo() - Method in class reactor.bus.Event
Deprecated.
Get the key to send replies to.

M

matches(T) - Method in interface reactor.bus.selector.Selector
Deprecated.
Indicates whether this Selector matches the key.

N

notify(Object, T) - Method in interface reactor.bus.Bus
Deprecated.
Notify this component that an Event is ready to be processed.

O

on(Selector, Consumer<V>) - Method in interface reactor.bus.Bus
Deprecated.
Register a Consumer to be triggered when a notification matches the given Selector.

R

reactor.bus - package reactor.bus
 
reactor.bus.selector - package reactor.bus.selector
 
reactor.fn - package reactor.fn
 
respondsToKey(Object) - Method in interface reactor.bus.Bus
Deprecated.
Are there any Subscriptions with Selectors that match the given key.

S

Selector<T> - Interface in reactor.bus.selector
Deprecated.
Here for compatibility only. Do not use directly
setReplyTo(Object) - Method in class reactor.bus.Event
Deprecated.
Set the key that interested parties should send replies to.
A B C E G M N O R S 
All Classes All Packages