A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

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

B

Bus - Interface in reactor.bus
Basic unit of event handling in Reactor.

C

clearEventConsumers(def) - Method in Events
Clears event consumers for the given key
Consumer - Interface in reactor.fn
Implementations accept a given value and perform work on the argument.

D

E

Event - Class in reactor.bus
deprecated:
Here for compatibility only.
Event(String, T) - Constructor in Event
EventBus - Class in reactor.bus
deprecated:
Here for compatibility only.
EventBus(EventBus) - Constructor in EventBus
eventFor(Map<String, Object>, T, Closure<Throwable>) - Method in Events
Creates an grails.events.Event for the given headers, data and error consumer
Events - Trait in grails.events
Bridges the OLD API to the new

F

G

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

H

I

J

K

L

M

matches(T) - Method in Selector
Indicates whether this Selector matches the key.

N

notify(Object, T) - Method in Bus
Notify this component that an Event is ready to be processed.
notify(Object, Object) - Method in EventBus
notify(Object, Closure<E>) - Method in Events

O

on(Selector, Consumer<V>) - Method in Bus
Register a Consumer to be triggered when a notification matches the given Selector.
on(Selector, Consumer) - Method in EventBus
on(Selector, Consumer<E>) - Method in Events
Register a Consumer to be triggered when a notification matches the given Selector.

P

Q

R

Registration - Interface in reactor.bus.registry
deprecated:
Here for compatibility only.
respondsToKey(Object) - Method in Bus
Are there any Subscriptions with Selectors that match the given key.
respondsToKey(Object) - Method in EventBus

S

Selector - Annotation Type in reactor.spring.context.annotation
@deprecated Use grails.events.subscriber.Subscriber instead
sendAndReceive(Object, Closure) - Method in Events
Service - Trait in grails.artefact
A trait implemented for services that implement events
setReplyTo(Object) - Method in Event
Set the key that interested parties should send replies to.
Subscription - Interface in reactor.bus.registry
deprecated:
Here for compatibility only.

T

U

V

value() - Method in Selector
@return The id of the event

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _