Package io.dialob.client.spi.store
Interface DialobStoreConfig.EntityState
-
- All Known Implementing Classes:
ImmutableEntityState
- Enclosing interface:
- DialobStoreConfig
@Immutable public static interface DialobStoreConfig.EntityState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DialobStore.StoreEntitygetEntity()io.resys.thena.docdb.api.actions.ObjectsActions.ObjectsResult<io.resys.thena.docdb.api.actions.ObjectsActions.BlobObject>getSrc()
-
-
-
Method Detail
-
getSrc
io.resys.thena.docdb.api.actions.ObjectsActions.ObjectsResult<io.resys.thena.docdb.api.actions.ObjectsActions.BlobObject> getSrc()
-
getEntity
DialobStore.StoreEntity getEntity()
-
-