public interface RecordAdapter<RS extends io.vlingo.symbio.State<?>>
| Modifier and Type | Method and Description |
|---|---|
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
marshallDispatchable(io.vlingo.symbio.store.dispatch.Dispatchable<io.vlingo.symbio.Entry<?>,RS> dispatchable) |
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
marshallForQuery(String id) |
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
marshallState(RS state) |
io.vlingo.symbio.store.dispatch.Dispatchable<io.vlingo.symbio.Entry<?>,RS> |
unmarshallDispatchable(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> item) |
RS |
unmarshallState(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> record) |
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> marshallState(RS state)
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> marshallDispatchable(io.vlingo.symbio.store.dispatch.Dispatchable<io.vlingo.symbio.Entry<?>,RS> dispatchable)
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> marshallForQuery(String id)
RS unmarshallState(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> record)
Copyright © 2019. All rights reserved.