Uses of Interface
io.dialob.client.spi.store.DialobStoreConfig.EntityState
-
Packages that use DialobStoreConfig.EntityState Package Description io.dialob.client.spi.store -
-
Uses of DialobStoreConfig.EntityState in io.dialob.client.spi.store
Classes in io.dialob.client.spi.store that implement DialobStoreConfig.EntityState Modifier and Type Class Description classImmutableEntityStateImmutable implementation ofDialobStoreConfig.EntityState.Methods in io.dialob.client.spi.store that return types with arguments of type DialobStoreConfig.EntityState Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobStoreConfig.EntityState>DialobStoreConfig.Commands. getEntityState(String id)io.smallrye.mutiny.Uni<DialobStoreConfig.EntityState>PersistenceCommands. getEntityState(String id)Methods in io.dialob.client.spi.store with parameters of type DialobStoreConfig.EntityState Modifier and Type Method Description static ImmutableEntityStateImmutableEntityState. copyOf(DialobStoreConfig.EntityState instance)Creates an immutable copy of aDialobStoreConfig.EntityStatevalue.ImmutableEntityState.BuilderImmutableEntityState.Builder. from(DialobStoreConfig.EntityState instance)Fill a builder with attribute values from the providedEntityStateinstance.
-