MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / _onTriggerCallback

Method _onTriggerCallback

python/minifi/__init__.py:85–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83
84 @abstractmethod
85 def _onTriggerCallback(self):
86 pass
87
88 def getTriggerCallback(self):
89 if self._callback is None:

Callers 1

getTriggerCallbackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected