MCPcopy Create free account
hub / github.com/StackStorm/st2 / FakeMessageHandler

Class FakeMessageHandler

st2common/tests/unit/test_queue_consumer.py:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class FakeMessageHandler(consumers.MessageHandler):
32 message_type = FakeModelDB
33
34 def process(self, payload):
35 pass
36
37
38def get_handler():

Callers 1

get_handlerFunction · 0.85

Calls

no outgoing calls

Tested by 1

get_handlerFunction · 0.68