Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Intro/Motivation

This module allows you to build serializable messages via a fluent API. It's very extensible and provides localizable messages with numbered and/or named arguments as well as message payload. With custom message builders and custom payload it's easy to create different types of messages. The motivation of introducing an independent module is that it allows to use it with several other Java frameworks. As soon as you migrate an application to CDI/CODI the message module is already there and you can use the optimized integration.

Dependencies

The message-module itself has no dependencies.

...