JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.camunda.zeebe.engine.processing.streamprocessor
Interface JobStreamer.ErrorHandler
Enclosing interface:
JobStreamer
public static interface
JobStreamer.ErrorHandler
Logic which is executed when the job cannot be pushed downstream.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handleError
(
Throwable
error,
ActivatedJob
job)
Method Details
handleError
void
handleError
(
Throwable
error,
ActivatedJob
job)