diff --git a/src/main/java/org/myrobotlab/framework/Service.java b/src/main/java/org/myrobotlab/framework/Service.java index a84d9b8f2a..cc6992d87e 100644 --- a/src/main/java/org/myrobotlab/framework/Service.java +++ b/src/main/java/org/myrobotlab/framework/Service.java @@ -1408,6 +1408,12 @@ public T getConfig() { return config; } + public
P getPeerConfig(String peerKey) { + return getPeerConfig(peerKey, new StaticType<>() { + }); + } + + /** * Get a service's peer's configuration. This method is used to get the * configuration of a peer service regarless if it is currently running or