Package reactor.bus.selector
Interface Selector<T>
Deprecated.
Here for compatibility only. Do not use directly
A Selector is a wrapper around an arbitrary object.
-
Method Summary
-
Method Details
-
getObject
Object getObject()Deprecated.Get the object being used for comparisons and equals checks.- Returns:
- The internal object.
-
matches
Deprecated.Indicates whether this Selector matches thekey.- Parameters:
key- The key to match- Returns:
trueif there's a match, otherwisefalse.
-