Package io.dialob.client.api
Interface DialobStore.HistoryQuery
-
- Enclosing interface:
- DialobStore
public static interface DialobStore.HistoryQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobStore.HistoryEntity>get(String id, String rev)
-
-
-
Method Detail
-
get
io.smallrye.mutiny.Uni<DialobStore.HistoryEntity> get(@Nonnull String id, @Nonnull String rev)
-
-