Skip to content

apollo-code


apollo-code / core/src / MachineEventFormatter

Class: MachineEventFormatter

Constructors

Constructor

new MachineEventFormatter(): MachineEventFormatter

Returns

MachineEventFormatter

Methods

encode()

encode(event): string | undefined

Parameters

event

CoreEvent

Returns

string | undefined


format()

format(event): MachineEvent | undefined

Parameters

event

CoreEvent

Returns

MachineEvent | undefined