All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.trendyol.kediatr.DependencyProvider.kt Maven / Gradle / Ivy

package com.trendyol.kediatr

/**
 * Dependency provider interface.
 */
interface DependencyProvider {
  /**
   * Gets a single instance of the specified class.
   */
  fun  getSingleInstanceOf(clazz: Class): T

  /**
   * Gets all subtypes of the specified class.
   */
  fun  getSubTypesOf(clazz: Class): Collection>
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy