Uses of Interface
io.dialob.client.api.DialobStore.StoreState
-
Packages that use DialobStore.StoreState Package Description io.dialob.client.api -
-
Uses of DialobStore.StoreState in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobStore.StoreState Modifier and Type Class Description classImmutableStoreStateImmutable implementation ofDialobStore.StoreState.Methods in io.dialob.client.api that return types with arguments of type DialobStore.StoreState Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobStore.StoreState>DialobStore.QueryBuilder. get()Methods in io.dialob.client.api with parameters of type DialobStore.StoreState Modifier and Type Method Description static ImmutableStoreStateImmutableStoreState. copyOf(DialobStore.StoreState instance)Creates an immutable copy of aDialobStore.StoreStatevalue.ImmutableStoreState.BuilderImmutableStoreState.Builder. from(DialobStore.StoreState instance)Fill a builder with attribute values from the providedStoreStateinstance.
-