EventLog.prototype.append<T>(): Task<string, EventLogAppendFailed>
Append an event to a topic.
Returns the event ID which can be used for logging or correlation.
Task<string, EventLogAppendFailed>
EventLog.prototype.append<T>(): Task<string, EventLogAppendFailed>
Append an event to a topic.
Returns the event ID which can be used for logging or correlation.
Task<string, EventLogAppendFailed>
import { EventLog } from ".";