MCPcopy Create free account
hub / github.com/apache/storm / __init__

Method __init__

storm-client/src/py/storm/DistributedRPC.py:98–102  ·  view source on GitHub ↗
(self, handler)

Source from the content-addressed store, hash-verified

96
97class Processor(Iface, TProcessor):
98 def __init__(self, handler):
99 self._handler = handler
100 self._processMap = {}
101 self._processMap["execute"] = Processor.process_execute
102 self._on_message_begin = None
103
104 def on_message_begin(self, func):
105 self._on_message_begin = func

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected