Interface MultiIdEntityLoaderArrayParam.ResolutionConsumer<T>

Enclosing class:
MultiIdEntityLoaderArrayParam<E>

public static interface MultiIdEntityLoaderArrayParam.ResolutionConsumer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(int position, EntityKey entityKey, T resolvedRef)
     
  • Method Details

    • consume

      void consume(int position, EntityKey entityKey, T resolvedRef)