Function: history()
history<
TBody>(queryable,channel,topic,options,input?):Promise<TopicHistoryPage<TBody>>
Type Parameters
Section titled “Type Parameters”TBody extends SerializableValue
Parameters
Section titled “Parameters”queryable
Section titled “queryable”channel
Section titled “channel”string
string
options
Section titled “options”ResolvedTopicBusPersistenceOptions
input?
Section titled “input?”after?
Section titled “after?”string
limit?
Section titled “limit?”number
scope?
Section titled “scope?”Returns
Section titled “Returns”Promise<TopicHistoryPage<TBody>>