KafkaInstance overview
Added in v0.2.0
Table of contents
constructors
KafkaInstance
Signature
export declare const KafkaInstance: Context.Tag<KafkaInstance, KafkaInstance>
Added in v0.2.0
make
Signature
export declare const make: (options: internal.InstanceConstructorProps) => KafkaInstance
Added in v0.2.0
models
KafkaInstance (interface)
Signature
export interface KafkaInstance extends internal.InstanceConstructorProps {
readonly [TypeId]: TypeId
}
Added in v0.2.0
type ids
TypeId
Signature
export declare const TypeId: typeof TypeId
Added in v0.2.0
TypeId (type alias)
Signature
export type TypeId = typeof TypeId
Added in v0.2.0