Package de.wuespace.telestion.api.message


package de.wuespace.telestion.api.message

Telestion API - Message

Contains helper classes for the message handling for the Vert.x event bus system.
This package adds support for Java-15 Records.

Structure

In the base package exist classes handling the general structure for messages which are sent via the event bus of Vert.x. JSON (Jackson Codec) is used to encode and decode messages for the event bus.

HeaderInformation add support for message headers. They can be used to include data unrelated to the data itself of a message.

It is heavily recommended to use Telestion traits like WithEventBus, it contains different helper methods for message serialization.

(c) WueSpace e.V.