Temit

Temit

  • Getting Started
  • API
  • Github
  • npm
  • Discord

temit > TemitOptions

TemitOptions interface

Options provided to TemitClient detailing its connection to RabbitMQ.

Signature:

export interface TemitOptions 

Properties

PropertyTypeDescription
exchange?string(Optional) The name of the RabbitMQ exchange that Temit will send its traffic through.You shouldn't have to change this option in the majority of circumstances, but this can be useful for separating groups of Temit instances that don't need access to each other in larger systems.Defaults to "temit".
url?string(Optional) The URL of the RabbitMQ node to connect to.Defaults to "amqp://localhost".
  • TemitOptions interface
  • Properties
Temit
Docs
Getting StartedRecipesAPI Reference
Community
DiscordGitHubStar
Copyright © 2021 Temit