1.2.16 • Published 4 months ago

exframe-eventing v1.2.16

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 months ago

exframe Eventing Module

REST an event to the eventing microservice, which adds the event to an event log and then publishes the event for consumption.

const response = await client.event(context, documentId, routingKey, message);

Arguments:

  • context - See context object
    • expects log
  • documentId - string The document id associated with the event
  • routingKey - string The routing key subscribers for the event to be routed to
  • message - object The event data to pass to the consumer of the event.
  • options - optional, object

Returns:

  • response - The response from server

###Tests

npm run test
1.2.16

4 months ago

1.2.15

4 months ago

1.2.14

1 year ago

1.2.12

2 years ago

1.2.13

2 years ago

1.2.9

2 years ago

1.2.10

2 years ago

1.2.11

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago