xpipe/core
Christopher Schnick 628e322ca3 Rename data sources
2022-05-20 13:36:50 +02:00
..
src Rename data sources 2022-05-20 13:36:50 +02:00
build.gradle Add support for more data source types 2022-05-03 15:26:31 +02:00
publish.gradle
README.md Prepare workflows 2022-03-10 19:38:57 +01:00

Maven Central javadoc Build Status

X-Pipe Core

The X-Pipe core component contains all the shared core classes used by the API, beacon, and daemon.

The main part can be found in the data package. It contains all definitions of the internal X-Pipe data model and all IO functionality for these data structures.

The source package contains the basic data source model classes. These have to be used by every custom data source implementation.

The store package contains the basic data store model classes. These have to be used by every custom data store implementation.

Every class is expected to be potentially used in the context of files and message exchanges. As a result, all data structures exchanged must be serializable/deserializable with jackson.