Interface ConnectorFacade

    • Method Detail

      • getConnectorFacadeKey

        java.lang.String getConnectorFacadeKey()
        Gets the unique generated identifier of this ConnectorFacade. It's not guarantied that the equivalent configuration will generate the same configuration key. Always use the generated value and maintain it in the external application.
        Returns:
        identifier of this ConnectorFacade instance.
        Since:
        1.4
      • getSupportedOperations

        java.util.Set<java.lang.Class<? extends APIOperation>> getSupportedOperations()
        Get the set of operations that this ConnectorFacade will support.
      • getOperation

        APIOperation getOperation​(java.lang.Class<? extends APIOperation> clazz)
        Get an instance of an operation that this facade supports.
      • isOperational

        default boolean isOperational()
        Return whether this ConnectorFacade is operational.
        Returns:
        true if operational, otherwise false