Interface TransferSupplying


public interface TransferSupplying
Aspect providing generic means to supply transfers by arbitrary sources.
Since:
4.2.405
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The aspect's technical type being used to request the aspect from a Aspectable.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register suppliers responsible for providing commodities.
  • Field Details

  • Method Details

    • registerSuppliers

      void registerSuppliers(@NotNull @NotNull SupplierHost host)
      Register suppliers responsible for providing commodities.
      Parameters:
      host - The host to register at.
      Since:
      4.2.405