Hi, I'd like to interact with a given service as soon as it is created, ideally before other clients use it.
Is it safe to use a service in the ServiceListener.serviceChanged(ServiceReference R) method, grabbing it from R? I suppose there's no way to prioritize a given ServiceListener, but at least my code would run as soon as the service becomes available. Or is there a better way? -Bertrand

