Skip to main content

DtoMessageEditProcessor

Class

trading.keysquare.api.session.dispatch.DtoMessageEditProcessor

Message edit processor to allow applications to process edit requests for DTOs.

Methods

void processEdit(T currentVersion, T newVersion, Audit audit)

Process an edit.

The DTOs provided can be used freely. i.e. they can be cached if necessary without copying them.