Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 439 Bytes

README.md

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.