Class PulsarConnectorModule

  • All Implemented Interfaces:
    com.google.inject.Module

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

      Constructors 
      Constructor Description
      PulsarConnectorModule​(java.lang.String connectorId, io.prestosql.spi.type.TypeManager typeManager)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(com.google.inject.Binder binder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PulsarConnectorModule

        public PulsarConnectorModule​(java.lang.String connectorId,
                                     io.prestosql.spi.type.TypeManager typeManager)
    • Method Detail

      • configure

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