Uses of Interface
io.thestencil.client.api.StencilStore
-
Packages that use StencilStore Package Description io.thestencil.client.api io.thestencil.client.spi -
-
Uses of StencilStore in io.thestencil.client.api
Methods in io.thestencil.client.api that return StencilStore Modifier and Type Method Description StencilStoreStencilStore.StoreRepoBuilder. build()StencilStoreStencilClient. getStore()Methods in io.thestencil.client.api that return types with arguments of type StencilStore Modifier and Type Method Description io.smallrye.mutiny.Uni<StencilStore>StencilStore.StoreRepoBuilder. create() -
Uses of StencilStore in io.thestencil.client.spi
Classes in io.thestencil.client.spi that implement StencilStore Modifier and Type Class Description classStencilStoreImplclassStencilStoreInMemoryMethods in io.thestencil.client.spi that return StencilStore Modifier and Type Method Description StencilStoreStencilClientImpl. getStore()
-