This package has been deprecated

Author message:

Accidental publish, use 0.18.0 instead

@wuespace/vertx-event-bus
TypeScript icon, indicating that this package has built-in type declarations

0.18.1 • Public • Published

Telestion Vert.x Event Bus Client

npm: @wuespace/vertx-event-bus

Maintainability Test Coverage GitHub Workflow Status GitHub Workflow Status GitHub Node current Twitter Follow

The Vert.x event bus client for Telestion Client. Used by @wuespace/telestion-client-core.

Installation

First, add it as a dependency to your project:

npm install @wuespace/vertx-event-bus

After installation, check out the exported members:

import { EventBus } from '@wuespace/vertx-event-bus';

const eventBus = new EventBus('http://localhost:9870/bridge');

eventBus.onOpen = () => {
	eventBus.publish('eventbus-channel', 'Hello World!');
	eventBus.close();
};

For a full list of all exported members, check out the reference: https://wuespace.github.io/telestion-client/@wuespace/vertx-event-bus/

Package structure

.
├── build (built in build script)
├── src
│   ├── index.ts
│   └── [...]
├── types (built in build script, gets assembled to single build/index.d.ts file)
│   ├── index.d.ts
│   └── [...]
├── CHANGELOG.md (DO NOT TOUCH! auto-generated changelog for the package)
├── LICENSE
├── package.json
├── README.md (you're here :P)
└── [...] (configuration files, etc.)

Contributing

If you want to contribute to this package, please take a look at the Telestion Client monorepo that manages this package, among other Telestion Client packages.

Contributors

Thank you to all contributors of this repository:

Contributors

Made with contributors-img.

About

This is part of Telestion, a project by WüSpace e.V..

Readme

Keywords

none

Package Sidebar

Install

npm i @wuespace/vertx-event-bus

Weekly Downloads

0

Version

0.18.1

License

MIT

Unpacked Size

5.65 kB

Total Files

3

Last publish

Collaborators

  • fussel178
  • pklaschka
  • wuespaceadmin