Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Add dashi name property
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed Dec 16, 2011
1 parent b87aba0 commit bcb34d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dashi/__init__.py
Expand Up @@ -34,6 +34,10 @@ def __init__(self, name, uri, exchange, durable=False, auto_delete=True, seriali

self._serializer = serializer

@property
def name(self):
return self._name

def fire(self, name, operation, **kwargs):
"""Send a message without waiting for a reply
"""
Expand Down

0 comments on commit bcb34d9

Please sign in to comment.