| Interface | Description |
|---|---|
| IConcurrentSet<T> |
Todo: Add javadoc
|
| IPredicate<T> |
Created with IntelliJ IDEA.
|
| ISetEntry<T> |
Todo: Add javadoc
|
| Class | Description |
|---|---|
| AbstractConcurrentSet<T> |
This data structure is optimized for non-blocking reads even when write operations occur.
|
| AbstractConcurrentSet.Entry<T> | |
| 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 | |
| StrongConcurrentSet<T> |
This implementation uses strong references to the elements.
|
| StrongConcurrentSet.StrongEntry<T> | |
| WeakConcurrentSet<T> |
This implementation uses weak references to the elements.
|
| WeakConcurrentSet.WeakEntry<T> |
| Exception | Description |
|---|---|
| MissingPropertyException |
This exception is thrown when a property value that is unavailable at runtime is accessed.
|
Copyright © 2013. All Rights Reserved.