Package io.quarkus.registry.catalog
Interface Platform
-
- All Known Subinterfaces:
Platform.Mutable
- All Known Implementing Classes:
PlatformImpl,PlatformImpl.Builder
public interface Platform
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePlatform.Mutable
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static Platform.Mutablebuilder()Map<String,Object>getMetadata()StringgetName()StringgetPlatformKey()default PlatformStreamgetRecommendedStream()PlatformStreamgetStream(String id)Collection<PlatformStream>getStreams()default Platform.Mutablemutable()
-
-
-
Method Detail
-
getPlatformKey
String getPlatformKey()
-
getName
String getName()
-
getStreams
Collection<PlatformStream> getStreams()
-
getStream
PlatformStream getStream(String id)
-
getRecommendedStream
default PlatformStream getRecommendedStream()
-
mutable
default Platform.Mutable mutable()
-
builder
static Platform.Mutable builder()
- Returns:
- a new mutable instance
-
-