Uses of Interface
io.thestencil.client.api.StencilStore.BatchCommand
-
Packages that use StencilStore.BatchCommand Package Description io.thestencil.client.api io.thestencil.client.spi io.thestencil.client.spi.builders -
-
Uses of StencilStore.BatchCommand in io.thestencil.client.api
Classes in io.thestencil.client.api that implement StencilStore.BatchCommand Modifier and Type Class Description classImmutableBatchCommandImmutable implementation ofStencilStore.BatchCommand.Methods in io.thestencil.client.api with parameters of type StencilStore.BatchCommand Modifier and Type Method Description io.smallrye.mutiny.Uni<List<StencilClient.Entity<?>>>StencilConfig.Commands. batch(StencilStore.BatchCommand batch)io.smallrye.mutiny.Uni<List<StencilClient.Entity<?>>>StencilStore. batch(StencilStore.BatchCommand batch)static ImmutableBatchCommandImmutableBatchCommand. copyOf(StencilStore.BatchCommand instance)Creates an immutable copy of aStencilStore.BatchCommandvalue.ImmutableBatchCommand.BuilderImmutableBatchCommand.Builder. from(StencilStore.BatchCommand instance)Fill a builder with attribute values from the providedBatchCommandinstance. -
Uses of StencilStore.BatchCommand in io.thestencil.client.spi
Methods in io.thestencil.client.spi with parameters of type StencilStore.BatchCommand Modifier and Type Method Description io.smallrye.mutiny.Uni<List<StencilClient.Entity<?>>>PersistenceCommands. batch(StencilStore.BatchCommand batch)io.smallrye.mutiny.Uni<List<StencilClient.Entity<?>>>StencilStoreInMemory. batch(StencilStore.BatchCommand batch) -
Uses of StencilStore.BatchCommand in io.thestencil.client.spi.builders
Methods in io.thestencil.client.spi.builders that return StencilStore.BatchCommand Modifier and Type Method Description StencilStore.BatchCommandBatchSiteCommandVisitor. visit(CreateBuilder.BatchSite command)StencilStore.BatchCommandMigrationImportVisitorForSiteState. visit(StencilComposer.SiteState sites)
-