Package io.quarkus.kafka.streams.runtime
Class TrustStoreConfig
- java.lang.Object
-
- io.quarkus.kafka.streams.runtime.TrustStoreConfig
-
public class TrustStoreConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description TrustStoreConfig()
-
-
-
Field Detail
-
type
@ConfigItem public Optional<String> type
Trust store type
-
location
@ConfigItem public Optional<String> location
Trust store location
-
password
@ConfigItem public Optional<String> password
Trust store password
-
certificates
@ConfigItem public Optional<String> certificates
Trust store certificates
-
-