|
UM Java API
6.17
|
Public Member Functions | |
| int | comparePattern (String topic, Object cbArg) |
Interface used for wildcard receiver application callback pattern types
| int com.latencybusters.lbm.LBMWildcardPatternCallback.comparePattern | ( | String | topic, |
| Object | cbArg | ||
| ) |
Callback function called when a pattern match is desired for a topic discovered for a wildcard receiver. The function does not use an event queue.
| topic | Topic string to evaluate |
| cbArg | Callback object token |
Referenced by com.latencybusters.lbm.LBMWildcardReceiver.comparePattern().