Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
class
FakeMessageHandler(consumers.MessageHandler):
32
message_type = FakeModelDB
33
34
def
process(self, payload):
35
pass
36
37
38
def
get_handler():
Callers
1
get_handler
Function · 0.85
Calls
no outgoing calls
Tested by
1
get_handler
Function · 0.68