Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

vmware-archive/java-functions

Repository files navigation

Standalone Java Functions

These are self contained Java functions that can be used in a variety of streaming application platforms such as Spring Cloud Data Flow, Project RIFF etc. The functions can be run as part of standalone Spring Boot applications.

Building

Go to the root of the repo:

./mvnw clean package (or install)

Or go to the relevant function that you are interested in and then do:

./mvnw clean package

Available Functions

Functions are grouped by the functional interface they implement. Details are included in the following pages.