Interface TransferSupplying<D>
- Type Parameters:
 D- The type of supplyable objects.
public interface TransferSupplying<D>
Aspect for providing support of transfer supply.
- Since:
 - 5.2.16
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SessionAspectType<TransferSupplying>Aspect for providing support of transfer supply. - 
Method Summary
Modifier and TypeMethodDescriptionvoidregisterSuppliers(@NotNull SupplierHost<D> host) Register suppliers responsible for providing commodities. 
- 
Field Details
- 
TYPE
Aspect for providing support of transfer supply.- Since:
 - 5.2.16
 
 
 - 
 - 
Method Details
- 
registerSuppliers
Register suppliers responsible for providing commodities.- Parameters:
 host- The host to register at.- Since:
 - 5.2.16
 
 
 -