public interface TransferHandling
Modifier and Type | Interface and Description |
---|---|
static interface |
TransferHandling.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.
|
Modifier and Type | Field and Description |
---|---|
static AspectType<TransferHandling> |
TYPE
Aspect providing means to handle transfers.
|
Modifier and Type | Method and Description |
---|---|
void |
registerHandlers(TransferHandling.HandlerHost host)
Register handler responsible for receiving commodities in a specific context.
|
static final AspectType<TransferHandling> TYPE
void registerHandlers(@NotNull TransferHandling.HandlerHost host)
host
- The host to register at.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408