Interface Summary |
CommodityContainer |
Simple container providing type-based access to transferred commodities. |
HandlerHost |
Host that dispatches transfers to registered handlers in a bulk manner, i.e., if the targeted object is registered,
and any of the types to be handled are supported by a transfer, all registered types' data will be resolved and handed
to the handler for further processing. |
HandlerHost.Handler |
A transfer handler. |
SupplierHost |
Host that enables transfers from registered suppliers. |
SupplierHost.Supplier<T> |
A supplier providing a specific commodity type. |
TransferHandling |
Aspect providing means to handle transfers. |
TransferSupplying |
Aspect providing generic means to supply transfers by arbitrary sources. |