commit | 38ebba91d4b83c716904f2955998b08edbe5a136 | [log] [tgz] |
---|---|---|
author | Alex Blewitt <alex.blewitt@gmail.com> | Fri Jul 17 17:33:23 2020 +0100 |
committer | Alex Blewitt <alex.blewitt@gmail.com> | Fri Jul 17 18:17:56 2020 +0100 |
tree | fe9096db83668e9a20cd3aba4bf08e48e8840609 | |
parent | a32b7c929f5b5b87ae7aef1a26d3302d6a15322e [diff] |
Bug 565304 - Add callOnce with filter The ServiceCaller supports passing through an OSGi filter to reduce the set of services considered for calling to be returned. However, this is not exposed on the `callOnce` method. Resolve this by adding a variant to `callOnce` that provides the overload to pass through an OSGi filter. Change-Id: Iab07a376e6aa4732372f8db84f351428e6f0bc45 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>