Class ResourceModifiedEntity

java.lang.Object
ca.uhn.fhir.jpa.model.entity.ResourceModifiedEntity
All Implemented Interfaces:
IPersistedResourceModifiedMessage, Serializable

This class describes how a resourceModifiedMessage is stored for later processing in the event where submission to the subscription processing pipeline would fail. The persisted message does not include a payload (resource) as an in-memory version of the same message would. Instead, it points to a payload through the entity primary key PersistedResourceModifiedMessageEntityPK which is composed of the resource Pid and current version.
See Also: