Uses of Interface
io.resys.hdes.client.api.HdesStore.UpdateStoreEntity
Packages that use HdesStore.UpdateStoreEntity
Package
Description
-
Uses of HdesStore.UpdateStoreEntity in io.resys.hdes.client.api
Classes in io.resys.hdes.client.api that implement HdesStore.UpdateStoreEntityModifier and TypeClassDescriptionfinal classImmutable implementation ofHdesStore.UpdateStoreEntity.Methods in io.resys.hdes.client.api with parameters of type HdesStore.UpdateStoreEntityModifier and TypeMethodDescriptionstatic ImmutableUpdateStoreEntityImmutableUpdateStoreEntity.copyOf(HdesStore.UpdateStoreEntity instance) Creates an immutable copy of aHdesStore.UpdateStoreEntityvalue.ImmutableUpdateStoreEntity.Builder.from(HdesStore.UpdateStoreEntity instance) Fill a builder with attribute values from the providedUpdateStoreEntityinstance.io.smallrye.mutiny.Uni<HdesStore.StoreEntity>HdesStore.update(HdesStore.UpdateStoreEntity updateType) -
Uses of HdesStore.UpdateStoreEntity in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi with parameters of type HdesStore.UpdateStoreEntityModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HdesStore.StoreEntity>HdesInMemoryStore.update(HdesStore.UpdateStoreEntity updateType) -
Uses of HdesStore.UpdateStoreEntity in io.resys.hdes.client.spi.store
Methods in io.resys.hdes.client.spi.store with parameters of type HdesStore.UpdateStoreEntityModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HdesStore.StoreEntity>ThenaStoreTemplate.update(HdesStore.UpdateStoreEntity updateType)