| Package | Description |
|---|---|
| de.iip_ecosphere.platform.transport.connectors |
Implementation of the default (alternative) connectors.
|
| de.iip_ecosphere.platform.transport.connectors.impl |
Platform transport connectors for internal stream-based data transport within the platform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReceptionCallback<T>
An abstract reception callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransportConnector.detachReceptionCallback(String stream,
ReceptionCallback<?> callback)
Detaches a reception
callback to stream. |
void |
TransportConnector.setReceptionCallback(String stream,
ReceptionCallback<?> callback)
Attaches a reception
callback to stream. |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,List<ReceptionCallback<?>>> |
AbstractTransportConnector.callbacks |
| Modifier and Type | Method and Description |
|---|---|
protected List<ReceptionCallback<?>> |
AbstractTransportConnector.getCallback(String stream)
The callback for a certain stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTransportConnector.detachReceptionCallback(String stream,
ReceptionCallback<?> callback) |
void |
DirectMemoryTransferTransportConnector.setReceptionCallback(String stream,
ReceptionCallback<?> callback) |
void |
AbstractTransportConnector.setReceptionCallback(String stream,
ReceptionCallback<?> callback) |
Copyright © 2022. All rights reserved.