YAMI4 Python Library 2.0.0
Messaging Solution for Distributed Systems
|
This is the complete list of members for yami.ValuePublisher, including all inherited members.
__call__(self, message) (defined in yami.ValuePublisher) | yami.ValuePublisher | |
__init__(self, user_command=None, max_queue_length=1, overflow_command=__DefaultOverflowCommand()) | yami.ValuePublisher | |
ABANDON_MESSAGE (defined in yami.ValuePublisher) | yami.ValuePublisher | static |
ABANDON_SUBSCRIPTION (defined in yami.ValuePublisher) | yami.ValuePublisher | static |
get_number_of_subscribers(self) | yami.ValuePublisher | |
get_subscribers(self) | yami.ValuePublisher | |
publish(self, value, priority=0) | yami.ValuePublisher | |
register_at(self, agent, object_name) | yami.ValuePublisher | |
subscribe(self, destination_target, destination_object) | yami.ValuePublisher | |
unregister(self) | yami.ValuePublisher | |
unsubscribe(self, destination_target) | yami.ValuePublisher | |
WAIT_FOR_PREVIOUS_MESSAGE (defined in yami.ValuePublisher) | yami.ValuePublisher | static |