Skip to main content

MessageEditProcessor

Class

trading.keysquare.api.session.dispatch.MessageEditProcessor

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

Methods

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

Process an edit.

The backing buffer of the provided decoders is owned by the calling thread and only valid for this method invocation. A reference to either should not be kept. If the data is needed beyond the method invocation then it should be copied.