1.2.16 • Published 10 months ago

exframe-eventing v1.2.16

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
10 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

10 months ago

1.2.15

11 months ago

1.2.14

2 years 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

3 years ago

1.2.6

3 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

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago