public class CustomSelector extends Object implements Selector
This class is used only internally by Vertigo to handle custom connection
selectors. To implement a custom selector, simply extend the base
Selector class.
| Constructor and Description |
|---|
CustomSelector() |
CustomSelector(Selector selector) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Connection> |
select(Object message,
List<T> connections)
Selects a list of connections to which to send a message.
|
public CustomSelector()
public CustomSelector(Selector selector)
public <T extends Connection> List<T> select(Object message, List<T> connections)
SelectorCopyright © 2013-2014. All Rights Reserved.