Package io.trino.plugin.kafka
Class SslKafkaAdminFactory
- java.lang.Object
-
- io.trino.plugin.kafka.SslKafkaAdminFactory
-
- All Implemented Interfaces:
KafkaAdminFactory
public class SslKafkaAdminFactory extends Object implements KafkaAdminFactory
-
-
Constructor Summary
Constructors Constructor Description SslKafkaAdminFactory(KafkaAdminFactory delegate, KafkaSslConfig sslConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propertiesconfigure(ConnectorSession session)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.plugin.kafka.KafkaAdminFactory
create
-
-
-
-
Constructor Detail
-
SslKafkaAdminFactory
@Inject public SslKafkaAdminFactory(KafkaAdminFactory delegate, KafkaSslConfig sslConfig)
-
-
Method Detail
-
configure
public Properties configure(ConnectorSession session)
- Specified by:
configurein interfaceKafkaAdminFactory
-
-