Package | Description |
---|---|
reactor.bus.selector |
Selectors provide a way to register components to react to given key data. |
Modifier and Type | Class and Description |
---|---|
class |
ClassSelector
Implementation of
Selector that uses Class.isAssignableFrom(Class) to determine a match. |
class |
JsonPathSelector |
class |
PredicateSelector
|
class |
RegexSelector
A
Selector implementation based on the given regular expression. |
class |
UriPathSelector
A
Selector implementation based on a UriPathTemplate . |
class |
UriSelector
A
Selector implementation that matches on various components of a full URI. |
Copyright © 2016. All rights reserved.