Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.JobStreamer.JobStream
Packages that use JobStreamer.JobStream
-
Uses of JobStreamer.JobStream in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return types with arguments of type JobStreamer.JobStreamModifier and TypeMethodDescriptiondefault Optional<JobStreamer.JobStream> JobStreamer.streamFor(org.agrona.DirectBuffer jobType) Returns a job stream for the job type, orOptional.empty()if there is none.JobStreamer.streamFor(org.agrona.DirectBuffer jobType, Predicate<JobActivationProperties> filter) Returns a job stream for the job type, orOptional.empty()if there is none.