class EmitWithFeedback extends DataClass
The EmitWithFeedback process is used to send data objects of type dataClassName to the rest of the parallel structure; it writes output data objects to one output channel until it receives a false boolean value on its feedback channel. It then terminates and writes a UniversalTerminator object to the output channel.
output
- The one2one channel to which data objects are writtenfeedback
- The channel used to read a boolean input; which when false causes
the process to terminate. True values are ignored.eDetails
- A DataDetails object that specifies the data class to be emittedType | Name and description |
---|---|
DataDetails |
eDetails |
ChannelInput |
feedback |
String |
logPhaseName |
String |
logPropertyName |
ChannelOutput |
output |
Constructor and description |
---|
EmitWithFeedback
() |
Methods inherited from class | Name |
---|---|
class DataClass |
callUserMethod, callUserMethod, callUserMethod, clone, serialize, unexpectedReturnCode, unexpectedReturnCode |
GPP - Groovy Parallel Patterns generated 18-09-2017 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk