Add stuff for messages.
This commit is contained in:
@@ -31,10 +31,15 @@ class ZmqPubSubStreamer(Streamer):
|
||||
# pass it into a thread.
|
||||
pass
|
||||
|
||||
def send_message(self, message_bytes):
|
||||
def send_message(self, message):
|
||||
'''
|
||||
Args
|
||||
----
|
||||
message: A message type that has the serialise() method.
|
||||
'''
|
||||
pass
|
||||
|
||||
def send_message_topic(self, topic, message_bytes):
|
||||
def send_message_topic(self, topic, message):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user