Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ handle
Method
handle
src/core/rabbit_mq/message_handler.py:21–22 ·
view source on GitHub ↗
(self, context: MessageContext)
Source
from the content-addressed store, hash-verified
19
20
@abstractmethod
21
async
def
handle(self, context: MessageContext) -> ProcessingResult:
22
pass
23
24
@abstractmethod
25
def
can_handle(self, action: str) -> bool:
Callers
1
_process_message
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected