Model
sourceConstructors
new Model<T extends string = string>(name: T, version: string, topic: string): Modelsource
inherited from
Message.constructor
Properties
CanonicalPKType: anysource
CreatedAt: Instantsource
Deleted: booleansource
PKConstructionTypes: any[]source
UnderlyingPKType: anysource
UnionFields: Record<string, string>source
inherited from
Message.UnionFields
UpdatedAt: Instantsource
typeName: Tsource
inherited from
Message.typeName
Inherited methods
serialise(): anysource
inherited from
Message.serialise
toJSON(): stringsource
inherited from
Message.toJSON
nameOf(struct: Struct): stringsource
inherited from
Message.nameOf
new<T extends Struct>(this: Ctor<T> & HasReflectionMetadata, values: StructValues<T>): Tsource
inherited from
Message.new
serialise(struct: Struct): anysource
inherited from
Message.serialise
topicOf(message: Message): stringsource
inherited from
Message.topicOf
versionOf(struct: Struct): stringsource
inherited from
Message.versionOf