Ah, of course, thanks.
Den 2020-06-11 kl. 10:41, skrev Alex Plehanov:
Hello,
IgniteServices.service(String name) method return service instance if
it's deployed locally or null.
чт, 11 июн. 2020 г. в 11:16, Mikael <[email protected]
<mailto:[email protected]>>:
Hi!
Is there any good way to detect if a service is running local or
remote
? I guess I could check the instance of the returned proxy and see
if it
is the implementation class or not, but it feels a bit ugly, is there
some other nicer way to do this ?