index overview
Added in v1.0.0
Table of contents
exports
From â./Errors.jsâ
Re-exports all named exports from the â./Errors.jsâ module.
Signature
export * from "./Errors.js"
Added in v1.0.0
From â./KafkaClientInstance.jsâ
Re-exports all named exports from the â./KafkaClientInstance.jsâ module as KafkaClientInstance.
Signature
export * as KafkaClientInstance from "./KafkaClientInstance.js"
Added in v1.0.0
From â./KafkaService.jsâ
Re-exports all named exports from the â./KafkaService.jsâ module.
Signature
export * from "./KafkaService.js"
Added in v1.0.0
From â./KafkaServiceConfig.jsâ
Re-exports all named exports from the â./KafkaServiceConfig.jsâ module as KafkaServiceConfig.
Signature
export * as KafkaServiceConfig from "./KafkaServiceConfig.js"
Added in v1.0.0
Kafka
Signature
export declare const Kafka: typeof KafkaService
Added in v1.0.0
Kafka (namespace)
Added in v1.0.0
Config (type alias)
Signature
export type Config = KafkaService.Config
Added in v1.0.0
Type (type alias)
Signature
export type Type = KafkaService.Type
Added in v1.0.0