public interface PersistenceAdapter
| Modifier and Type | Method and Description |
|---|---|
Optional<Map<String,Object>> |
getAttributes(com.amazon.ask.model.RequestEnvelope envelope) |
void |
saveAttributes(com.amazon.ask.model.RequestEnvelope envelope,
Map<String,Object> attributes) |
Optional<Map<String,Object>> getAttributes(com.amazon.ask.model.RequestEnvelope envelope) throws PersistenceException
PersistenceExceptionvoid saveAttributes(com.amazon.ask.model.RequestEnvelope envelope,
Map<String,Object> attributes)
throws PersistenceException
PersistenceExceptionCopyright © 2018. All rights reserved.