Uses of Interface
io.quarkus.registry.catalog.PlatformStream
-
Packages that use PlatformStream Package Description io.quarkus.registry io.quarkus.registry.catalog -
-
Uses of PlatformStream in io.quarkus.registry
Methods in io.quarkus.registry that return PlatformStream Modifier and Type Method Description protected PlatformStreamExtensionCatalogResolver. findPlatformStreamOrFail(PlatformStreamCoords streamCoords)protected PlatformStreamExtensionCatalogResolver. findPlatformStreamOrNull(PlatformStreamCoords streamCoords, boolean amongRecommended) -
Uses of PlatformStream in io.quarkus.registry.catalog
Subinterfaces of PlatformStream in io.quarkus.registry.catalog Modifier and Type Interface Description static interfacePlatformStream.MutableClasses in io.quarkus.registry.catalog that implement PlatformStream Modifier and Type Class Description classPlatformStreamImplAsymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.static classPlatformStreamImpl.BuilderBuilder.Methods in io.quarkus.registry.catalog that return PlatformStream Modifier and Type Method Description PlatformStreamPlatformStream.Mutable. build()default PlatformStreamPlatform. getRecommendedStream()PlatformStreamPlatform. getStream(String id)PlatformStreamPlatformImpl.Builder. getStream(String id)PlatformStreamPlatformImpl. getStream(String id)Methods in io.quarkus.registry.catalog that return types with arguments of type PlatformStream Modifier and Type Method Description Collection<PlatformStream>Platform. getStreams()Collection<PlatformStream>PlatformImpl.Builder. getStreams()Collection<PlatformStream>PlatformImpl. getStreams()Methods in io.quarkus.registry.catalog with parameters of type PlatformStream Modifier and Type Method Description Platform.MutablePlatform.Mutable. addStream(PlatformStream stream)PlatformImpl.BuilderPlatformImpl.Builder. addStream(PlatformStream stream)Method parameters in io.quarkus.registry.catalog with type arguments of type PlatformStream Modifier and Type Method Description Platform.MutablePlatform.Mutable. setStreams(Collection<PlatformStream> streams)PlatformImpl.BuilderPlatformImpl.Builder. setStreams(Collection<PlatformStream> newStreams)
-