Vert.x Core

The core toolkit for building reactive, event-driven applications on the JVM. Provides the event loop, verticle deployment, event bus, HTTP server and client, TCP/UDP networking, and the fundamental async programming model used by all Vert.x components.

API entry from apis.yml

apis.yml Raw ↑
aid: vert-x:vert-x-core
name: Vert.x Core
description: The core toolkit for building reactive, event-driven applications on the JVM. Provides the
  event loop, verticle deployment, event bus, HTTP server and client, TCP/UDP networking, and the fundamental
  async programming model used by all Vert.x components.
humanURL: https://vertx.io/docs/vertx-core/java/
tags:
- Event-Driven
- Event Loop
- Verticles
- Event Bus
- Reactive
- JVM
properties:
- type: Documentation
  url: https://vertx.io/docs/vertx-core/java/
- type: GettingStarted
  url: https://vertx.io/get-started/
- type: GitHubRepository
  url: https://github.com/eclipse-vertx/vert.x
- type: MavenPackage
  url: https://central.sonatype.com/artifact/io.vertx/vertx-core
- type: JSONSchema
  url: https://raw.githubusercontent.com/api-evangelist/vert-x/refs/heads/main/json-schema/vertx-config.json
- type: JSONStructure
  url: https://raw.githubusercontent.com/api-evangelist/vert-x/refs/heads/main/json-structure/vertx-config-structure.json
- type: JSONSchema
  url: https://raw.githubusercontent.com/api-evangelist/vert-x/refs/heads/main/json-schema/vertx-deployment-descriptor.json
- type: JSONStructure
  url: https://raw.githubusercontent.com/api-evangelist/vert-x/refs/heads/main/json-structure/vertx-deployment-descriptor-structure.json