public interface IFunctionUnit
| Modifier and Type | Method and Description |
|---|---|
void |
forwardIntegrationError(java.lang.Exception ex)
Method for forwarding an
Exception in case
an functional output port of that function unit has not been connected to an input port
or a side effect closure |
OutputPort<java.lang.Exception> |
integrationError() |
OutputPort<java.lang.Exception> integrationError()
Exceptions to in case
an functional output port of that function unit has not been connected to an input port
or a side effect closurevoid forwardIntegrationError(java.lang.Exception ex)
Exception in case
an functional output port of that function unit has not been connected to an input port
or a side effect closure