Skip to main content

FlexibleMessageEditProcessor

Class

trading.keysquare.api.session.dispatch.FlexibleMessageEditProcessor

Message edit processor to allow applications to process edit requests for POJOs, Java Maps, etc.

Methods

void processEdit(T currentVersion, KeyHeader currentVersionKeyHeader, T newVersion, KeyHeader newVersionKeyHeader, Audit audit)

Process an edit.

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