Uses of Interface
io.quarkus.registry.catalog.Platform.Mutable
-
Packages that use Platform.Mutable Package Description io.quarkus.registry.catalog -
-
Uses of Platform.Mutable in io.quarkus.registry.catalog
Classes in io.quarkus.registry.catalog that implement Platform.Mutable Modifier and Type Class Description static classPlatformImpl.BuilderBuilder.Methods in io.quarkus.registry.catalog that return Platform.Mutable Modifier and Type Method Description Platform.MutablePlatform.Mutable. addStream(PlatformStream stream)static Platform.MutablePlatform. builder()default Platform.MutablePlatform. mutable()Platform.MutablePlatform.Mutable. setMetadata(Map<String,Object> metadata)Platform.MutablePlatform.Mutable. setName(String name)Platform.MutablePlatform.Mutable. setPlatformKey(String platformKey)Platform.MutablePlatform.Mutable. setStreams(Collection<PlatformStream> streams)
-