MCPcopy Create free account
hub / github.com/apache/qpid-proton / on_start

Method on_start

python/examples/queue_browser.py:29–31  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

27 super(Recv, self).__init__()
28
29 def on_start(self, event):
30 conn = event.container.connect("localhost:5672")
31 event.container.create_receiver(conn, "examples", options=Copy())
32
33 def on_message(self, event):
34 print(event.message)

Callers

nothing calls this directly

Calls 3

CopyClass · 0.90
connectMethod · 0.45
create_receiverMethod · 0.45

Tested by

no test coverage detected