Constants§
- FN_
DEBUG_ CONNECTOR - This connector logs the value before propagation (log level debug)
- FN_
DEFAULT_ CONNECTOR - This is the default connector type, which simply does nothing than propagate the value
- FN_
PARSE_ FLOAT_ CONNECTOR - This connector parses a string value and propagates a float value
- FN_
PARSE_ INT_ CONNECTOR - This connector parses a string value and propagates a int value
- FN_
TO_ STRING_ CONNECTOR - This connector converts the value of any type to string before propagation
- FN_
TRACE_ CONNECTOR - This connector logs the value before propagation (log level trace)