public interface Consumer<T> extends java.io.Serializable
void
consume(T value)
void consume(T value) throws JobException
value
JobException