Package com.adobe.testing.s3mock.vectors
Class S3VectorsProperties
-
- All Implemented Interfaces:
@ConfigurationProperties(value = "com.adobe.testing.s3mock.vectors")@JvmRecord() public final class S3VectorsProperties extends Record
Configuration properties for the S3 Vectors API endpoints. Only active when the
vectorsSpring profile is enabled.
-
-
Constructor Summary
Constructors Constructor Description S3VectorsProperties(Integer httpPort, Integer httpsPort)
-
Method Summary
Modifier and Type Method Description final IntegergetHttpPort()final IntegergetHttpsPort()-
-
Method Detail
-
getHttpPort
final Integer getHttpPort()
-
getHttpsPort
final Integer getHttpsPort()
-
-
-
-