Gets the object info of all the registered objects whose stringified identities match the given expression.
- Parameters
-
expr | The expression to match against the stringified identities of registered objects. The expression may contain a trailing wildcard (*) character. |
response | The response callback. It accepts:
- All the object infos with a stringified identity matching the given expression.
|
exception | The exception callback. |
sent | The sent callback. |
context | The request context. |
- Returns
- A function that can be called to cancel the invocation locally.