Class AbstractPythonProcessService.ByteArrayReceptionCallback
- java.lang.Object
-
- de.iip_ecosphere.platform.services.environment.AbstractPythonProcessService.ByteArrayReceptionCallback
-
- All Implemented Interfaces:
de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<byte[]>
- Enclosing class:
- AbstractPythonProcessService
private abstract static class AbstractPythonProcessService.ByteArrayReceptionCallback extends java.lang.Object implements de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<byte[]>Self-registering abstract byte array reception callback.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Modifier Constructor Description privateByteArrayReceptionCallback(java.lang.String channel, java.util.Map<java.lang.String,de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<?>> callbacks)Creates a callback instance and registers it incallbacks.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<byte[]>getType()
-
-
-
Constructor Detail
-
ByteArrayReceptionCallback
private ByteArrayReceptionCallback(java.lang.String channel, java.util.Map<java.lang.String,de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<?>> callbacks)Creates a callback instance and registers it incallbacks.- Parameters:
channel- the channel name this callback is reacting oncallbacks- the callbacks (for cleanup inAbstractPythonProcessService.stop().
-
-