Uses of Class
io.camunda.zeebe.broker.jobstream.RemoteJobStreamErrorHandlerService
Packages that use RemoteJobStreamErrorHandlerService
-
Uses of RemoteJobStreamErrorHandlerService in io.camunda.zeebe.broker.jobstream
Methods in io.camunda.zeebe.broker.jobstream that return RemoteJobStreamErrorHandlerServiceModifier and TypeMethodDescriptionJobStreamService.errorHandlerService()Returns the value of theerrorHandlerServicerecord component.Constructors in io.camunda.zeebe.broker.jobstream with parameters of type RemoteJobStreamErrorHandlerServiceModifierConstructorDescriptionJobStreamService(RemoteStreamService<JobActivationProperties, ActivatedJob> remoteStreamService, JobStreamer jobStreamer, RemoteJobStreamErrorHandlerService errorHandlerService) Creates an instance of aJobStreamServicerecord class.