Uses of Interface
io.dialob.client.api.DialobStore
-
Packages that use DialobStore Package Description io.dialob.client.api io.dialob.client.spi -
-
Uses of DialobStore in io.dialob.client.api
Methods in io.dialob.client.api that return DialobStore Modifier and Type Method Description DialobStoreDialobStore.StoreRepoBuilder. build()DialobStoreDialobClientConfig. getStore()DialobStoreImmutableDialobClientConfig. getStore()DialobStoreDialobClient. store()Methods in io.dialob.client.api that return types with arguments of type DialobStore Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobStore>DialobStore.StoreRepoBuilder. create()Methods in io.dialob.client.api with parameters of type DialobStore Modifier and Type Method Description ImmutableDialobClientConfig.BuilderImmutableDialobClientConfig.Builder. store(DialobStore store)Initializes the value for thestoreattribute.ImmutableDialobClientConfigImmutableDialobClientConfig. withStore(DialobStore value)Copy the current immutable object by setting a value for thestoreattribute. -
Uses of DialobStore in io.dialob.client.spi
Classes in io.dialob.client.spi that implement DialobStore Modifier and Type Class Description classDialobMemoryStoreclassDialobStoreFileImplclassDialobStoreTemplateMethods in io.dialob.client.spi that return DialobStore Modifier and Type Method Description DialobStoreDialobClientImpl. store()
-