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

Method getTriggerCallback

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

Source from the content-addressed store, hash-verified

86 pass
87
88 def getTriggerCallback(self):
89 if self._callback is None:
90 print("creating ptr")
91 self._callback = self._onTriggerCallback()
92 return self._callback
93
94 @abstractmethod
95 def onSchedule(self):

Callers 1

Calls 1

_onTriggerCallbackMethod · 0.95

Tested by

no test coverage detected