Uses of Class
io.quarkus.registry.catalog.PlatformImpl.Builder
-
Packages that use PlatformImpl.Builder Package Description io.quarkus.registry.catalog -
-
Uses of PlatformImpl.Builder in io.quarkus.registry.catalog
Methods in io.quarkus.registry.catalog that return PlatformImpl.Builder Modifier and Type Method Description PlatformImpl.BuilderPlatformImpl.Builder. addStream(PlatformStream stream)PlatformImpl.BuilderPlatformImpl.Builder. removeMetadata(String key)PlatformImpl.BuilderPlatformImpl.Builder. setMetadata(String name, Object value)PlatformImpl.BuilderPlatformImpl.Builder. setMetadata(Map<String,Object> metadata)PlatformImpl.BuilderPlatformImpl.Builder. setName(String name)PlatformImpl.BuilderPlatformImpl.Builder. setPlatformKey(String platformKey)PlatformImpl.BuilderPlatformImpl.Builder. setStreams(Collection<PlatformStream> newStreams)
-