Interface ConnectorDescriptor


  • public interface ConnectorDescriptor
    Describes a connector without instantiating it. Required to use the Java services mechanism to silently register connector classes with the ConnectorRegistry. Per connector type (getType()) there shall be only a single descriptor (instance)!
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the connector.
        Returns:
        the name
      • getType

        java.lang.Class<?> getType()
        Returns the type of the connector.
        Returns:
        the type