diff --git a/brewtils/decorators.py b/brewtils/decorators.py index aea2d66e..ec4c57ab 100644 --- a/brewtils/decorators.py +++ b/brewtils/decorators.py @@ -387,7 +387,8 @@ def subscribe(_wrapped=None, topic: str = None, topics=[]): def returnTrue(self): return True - All commands are automatically subscribe to the topic of their "{Namespace}.{System Name}.{System Version}.{Instance}.{Command}" + All commands are automatically subscribe to the topic of + their "{Namespace}.{System Name}.{System Version}.{Instance}.{Command}" Command will only be triggered once per publish event, even if it matches on multiple topics. diff --git a/brewtils/rest/publish_client.py b/brewtils/rest/publish_client.py index e00424cd..fbea3df2 100644 --- a/brewtils/rest/publish_client.py +++ b/brewtils/rest/publish_client.py @@ -69,7 +69,8 @@ def publish( Args: _topic (str): The topic to publish to - _regex_only (bool): If the request will be resolved against only annotated topics from the @subscribe command + _regex_only (bool): If the request will be resolved against only annotated topics + from the @subscribe command _propagate (bool): If the request will be pushed up to the parent to be resolved. kwargs (dict): All necessary request parameters, including Beer-garden internal parameters