Going Reactive with Rabbit in Java

When building an application based on real-time data streams, it’s fundamental to have a highly responsive system, that can handle the… Read more

Similar

Java’s Sealed Classes

The release of Java SE 15 in Sept 2020 will introduce "sealed classes" (JEP 360) as a preview feature. A sealed class is a class or interface which restricts which other classes or interfaces may extend it. Sealed classes, like enums, capture alternative... (more…)

Read more »