Module bus.vortex

Interface AbstractRegistry.RegistryKey<T>

Type Parameters:
T - 对象类型
Enclosing class:
AbstractRegistry<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AbstractRegistry.RegistryKey<T>
键生成策略接口
  • Method Summary

    Modifier and Type
    Method
    Description
    keys(T item)
    根据对象生成键
  • Method Details

    • keys

      String keys(T item)
      根据对象生成键
      Parameters:
      item - 对象
      Returns:
      生成的键