@Target(value=TYPE) @Retention(value=RUNTIME) public @interface PartitionMapper
public abstract boolean infinite
Emitter
can return null before the data
are completely read - i.e. infinite flow case - then you should set true to prevent the
execution to complete when null is encountered.
Default cases matches a batch case whereas when set to true it matches a stream case.1.1.21-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation