| Interface | Description |
|---|---|
| IPredicate<T> |
Created with IntelliJ IDEA.
|
| Class | Description |
|---|---|
| ConcurrentSet<T> |
This data structure is optimized for non-blocking reads even when write operations occur.
|
| DeadMessage |
The DeadEvent is delivered to all subscribed handlers (if any) whenever no message
handlers could be found for a given message publication.
|
| FilteredMessage |
A filtered event is published when there have been matching subscriptions for a given
message publication but configured filters prevented the message from being delivered to
any of the handlers.
|
| PublicationEvent |
A wrapped event is created when various conditions are matched (these depend on the concrete
(sub)type of wrapped event).
|
| ReflectionUtils |
Copyright © 2013. All Rights Reserved.