3.5.4 • Published 7 years ago

@vertx/hawkular-metrics v3.5.4

Weekly downloads
-
License
Apache Software L...
Repository
-
Last release
7 years ago

npm (scoped) npm

Generated JavaScript bindings for Eclipse Vert.x.

Documentation

Usage

Import the required API/Enum/DataObject and profit!

// Base API
const Api = require('@vertx/hawkular');
// Base ENUMs
const Enums = require('@vertx/hawkular/enums');
// DataObject's
const Options = require('@vertx/hawkular/options');

// refer to the API docs for specific help...

// your code here!!!

Typescript

This package includes Typescript typedefinitions and your IDE should find then automatically.

When working in a project you can enable type hinting for the runtime as:

/// <definition types="@vertx/core/runtime" />
// @ts-check

// your TypeScript code here...

Links

3.5.4

7 years ago

3.5.3

7 years ago

3.5.2

7 years ago

3.5.1

7 years ago