Uses of Interface
io.dialob.client.api.DialobStore.UpdateStoreEntity
-
Packages that use DialobStore.UpdateStoreEntity Package Description io.dialob.client.api io.dialob.client.spi -
-
Uses of DialobStore.UpdateStoreEntity in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobStore.UpdateStoreEntity Modifier and Type Class Description classImmutableUpdateStoreEntityImmutable implementation ofDialobStore.UpdateStoreEntity.Methods in io.dialob.client.api with parameters of type DialobStore.UpdateStoreEntity Modifier and Type Method Description static ImmutableUpdateStoreEntityImmutableUpdateStoreEntity. copyOf(DialobStore.UpdateStoreEntity instance)Creates an immutable copy of aDialobStore.UpdateStoreEntityvalue.ImmutableUpdateStoreEntity.BuilderImmutableUpdateStoreEntity.Builder. from(DialobStore.UpdateStoreEntity instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobStore.UpdateStoreEntityinstance.io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStore. update(DialobStore.UpdateStoreEntity updateType) -
Uses of DialobStore.UpdateStoreEntity in io.dialob.client.spi
Methods in io.dialob.client.spi with parameters of type DialobStore.UpdateStoreEntity Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobMemoryStore. update(DialobStore.UpdateStoreEntity updateType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStoreTemplate. update(DialobStore.UpdateStoreEntity updateType)
-