Uses of Interface
io.quarkus.registry.catalog.PlatformStream
Packages that use PlatformStream
-
Uses of PlatformStream in io.quarkus.registry
Methods in io.quarkus.registry that return PlatformStreamModifier and TypeMethodDescriptionprotected 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.catalogClasses in io.quarkus.registry.catalog that implement PlatformStreamModifier and TypeClassDescriptionclassAsymmetric data manipulation: Deserialization always uses the builder; Serialization always uses the Impl.static classBuilder.Methods in io.quarkus.registry.catalog that return PlatformStreamModifier and TypeMethodDescriptionPlatformStream.Mutable.build()default PlatformStreamPlatform.getRecommendedStream()Methods in io.quarkus.registry.catalog that return types with arguments of type PlatformStreamModifier and TypeMethodDescriptionPlatform.getStreams()PlatformImpl.Builder.getStreams()PlatformImpl.getStreams()Methods in io.quarkus.registry.catalog with parameters of type PlatformStreamModifier and TypeMethodDescriptionPlatform.Mutable.addStream(PlatformStream stream) PlatformImpl.Builder.addStream(PlatformStream stream) Method parameters in io.quarkus.registry.catalog with type arguments of type PlatformStreamModifier and TypeMethodDescriptionPlatform.Mutable.setStreams(Collection<PlatformStream> streams) PlatformImpl.Builder.setStreams(Collection<PlatformStream> newStreams)