Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 439 Bytes

File metadata and controls

14 lines (10 loc) · 439 Bytes

vertx-patterns

Patterns for Vert.x

Actors

An abstraction layer on top of Verticles to pass java Objects as messages between typed actors.

Caching (Experimental)

an implementation of an asynchronous, non-blocking cache to make calls to a down stream service

Codec

A set of generic codec to encode single generic/raw types or arrays of generic/raw types.

Services

A helper for modularizing service endpoints and routers.