injectState

protected abstract void injectState(E entity, S state, EntityRecord entityRecord)

Derived classes must implement providing state injection into the passed entity.

Parameters

entity

the entity into which inject the state

state

the state message extracted from the record

entityRecord

the record which may contain additional properties for the entity