Class PulsarConnectorModule

java.lang.Object
org.apache.pulsar.sql.presto.PulsarConnectorModule
All Implemented Interfaces:
com.google.inject.Module

public class PulsarConnectorModule extends Object implements com.google.inject.Module
This class defines binding of classes in the Presto connector.
  • Constructor Details

    • PulsarConnectorModule

      public PulsarConnectorModule(String connectorId, io.prestosql.spi.type.TypeManager typeManager)
  • Method Details

    • configure

      public void configure(com.google.inject.Binder binder)
      Specified by:
      configure in interface com.google.inject.Module