Base functions libraryΒΆ

Provides a set of basic building blocks to compose your rulesets which will define your microservices-based event-driven application logic.

  • Filters

    A set o basic functions designed to be used in the filters section for the purpose of define conditions to enable or disable application logic.

  • Processing

    A set o basic functions designed to be used in the processing section for the purpose of to read and manipulate event data and implement yur application logic.

  • Miscellaneous

    Generic functions which could be used both like filters or processing.

Index