Java implementation of Domain Notification Pattern based in Flunt(.NET) developed by @andrebaltieri
Java 8+
See more: https://mvnrepository.com/artifact/com.github.carlosbritojun/jflunt
Maven
<dependency>
<groupId>com.github.carlosbritojun</groupId>
<artifactId>jflunt</artifactId>
<version>1.0.1</version>
</dependency>
Gradle
// https://mvnrepository.com/artifact/com.github.carlosbritojun/jflunt
compile group: 'com.github.carlosbritojun', name: 'jflunt', version: '1.0.1'
Ivy
<!-- https://mvnrepository.com/artifact/com.github.carlosbritojun/jflunt -->
<dependency org="com.github.carlosbritojun" name="jflunt" rev="1.0.1"/>