Uses of Interface
io.quarkus.registry.catalog.PlatformStream.Mutable
-
Packages that use PlatformStream.Mutable Package Description io.quarkus.registry.catalog -
-
Uses of PlatformStream.Mutable in io.quarkus.registry.catalog
Classes in io.quarkus.registry.catalog that implement PlatformStream.Mutable Modifier and Type Class Description static classPlatformStreamImpl.BuilderBuilder.Methods in io.quarkus.registry.catalog that return PlatformStream.Mutable Modifier and Type Method Description PlatformStream.MutablePlatformStream.Mutable. addRelease(PlatformRelease platformRelease)static PlatformStream.MutablePlatformStream. builder()default PlatformStream.MutablePlatformStream. mutable()PlatformStream.MutablePlatformStream.Mutable. removeMetadata(String key)PlatformStream.MutablePlatformStream.Mutable. setId(String id)PlatformStream.MutablePlatformStream.Mutable. setMetadata(String key, Object value)PlatformStream.MutablePlatformStream.Mutable. setMetadata(Map<String,Object> metadata)PlatformStream.MutablePlatformStream.Mutable. setName(String name)PlatformStream.MutablePlatformStream.Mutable. setReleases(Collection<PlatformRelease> releases)
-