public interface KeyValueEventPersistManager
KeyValueWorkflow| Modifier and Type | Method and Description |
|---|---|
<T> void |
firePostEntity(T entity)
Fire an event after convert the
KeyValueEntity,
from database response, to Entity. |
void |
firePostKeyValue(KeyValueEntity entity)
Fire an event after the response from communication layer
|
<T> void |
firePostKeyValueEntity(T entity)
Fire the last event
|
<T> void |
firePreEntity(T entity)
Fire an event once the method is called
|
void |
firePreKeyValue(KeyValueEntity entity)
Fire an event after the conversion of the entity to communication API model.
|
<T> void |
firePreKeyValueEntity(T entity)
fire an event after the firePostEntity
|
void firePreKeyValue(KeyValueEntity entity)
entity - the entityvoid firePostKeyValue(KeyValueEntity entity)
entity - the entity<T> void firePreEntity(T entity)
T - the entity typeentity - the entity<T> void firePostEntity(T entity)
KeyValueEntity,
from database response, to Entity.T - the entity kindentity - the entity<T> void firePreKeyValueEntity(T entity)
T - the entity typeentity - the entity<T> void firePostKeyValueEntity(T entity)
T - the entity kindentity - the entityCopyright © 2017–2019 Eclipse Foundation. All rights reserved.