Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1 KB

README.adoc

File metadata and controls

24 lines (13 loc) · 1 KB

Vert.x OSGi examples

Here you will find examples demonstrating Vert.x core in OSGi.

Vert.x core is packaged as an OSGi bundle that can be deployed in OSGi frameworks R4.2+. However, it requires Jackson and Netty to be deployed. Check the Vert.x core manual for further details.

Vertx Activator

A Bundle Activator exposing the Vert.x instance and the event bus as OSGi service.

Using Vert.x as a service

An Apache Felix iPOJO component consuming the vertx service to create a HTTP server.

Exposing Verticles as services

Verticles can be exposed as a service and consumed using a white-board pattern. Here is an example