You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I create a service with many objects, implementing the same interface, if the method for those objects depend on the object path?
I can't find a way to get the path of the object, on which a method/getter/setter of an interface is called. It seems to me, that the path only is used, while exporting the interface and is in no way propagated to the code which is actually providing the service.
The text was updated successfully, but these errors were encountered:
How can I create a service with many objects, implementing the same interface, if the method for those objects depend on the object path?
I can't find a way to get the path of the object, on which a method/getter/setter of an interface is called. It seems to me, that the path only is used, while exporting the interface and is in no way propagated to the code which is actually providing the service.
The text was updated successfully, but these errors were encountered: