Class ProcessingResult
java.lang.Object
org.apache.camel.component.kafka.consumer.support.ProcessingResult
Holds the result of processing one or more consumer records
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingResult(boolean breakOnErrorHit, boolean failed) Constructs a new processing result -
Method Summary
-
Constructor Details
-
ProcessingResult
public ProcessingResult(boolean breakOnErrorHit, boolean failed) Constructs a new processing result- Parameters:
breakOnErrorHit- break on error hit settingfailed- whether processing has failed
-
-
Method Details
-
isBreakOnErrorHit
public boolean isBreakOnErrorHit() -
isFailed
public boolean isFailed() -
newUnprocessed
-