Uses of Class
io.camunda.zeebe.stream.impl.StreamProcessorBuilder
Packages that use StreamProcessorBuilder
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of StreamProcessorBuilder in io.camunda.zeebe.stream.impl
Methods in io.camunda.zeebe.stream.impl that return StreamProcessorBuilderModifier and TypeMethodDescriptionStreamProcessorBuilder.actorSchedulingService(ActorSchedulingService actorSchedulingService) StreamProcessorBuilder.addLifecycleListener(StreamProcessorLifecycleAware lifecycleAware) static StreamProcessorBuilderStreamProcessor.builder()StreamProcessorBuilder.clock(StreamClock.ControllableStreamClock clock) StreamProcessorBuilder.commandResponseWriter(CommandResponseWriter commandResponseWriter) StreamProcessorBuilder.listener(StreamProcessorListener listener) StreamProcessorBuilder.maxCommandsInBatch(int maxCommandsInBatch) StreamProcessorBuilder.meterRegistry(io.micrometer.core.instrument.MeterRegistry meterRegistry) StreamProcessorBuilder.nodeId(int nodeId) StreamProcessorBuilder.partitionCommandSender(InterPartitionCommandSender interPartitionCommandSender) StreamProcessorBuilder.processingFilter(EventFilter processingFilter) StreamProcessorBuilder.recordProcessors(List<RecordProcessor> recordProcessors) StreamProcessorBuilder.scheduledCommandCache(ScheduledCommandCache.StageableScheduledCommandCache scheduledCommandCache) StreamProcessorBuilder.setEnableAsyncScheduledTasks(boolean enabled) StreamProcessorBuilder.setScheduledTaskCheckInterval(Duration scheduledTaskCheckInterval) StreamProcessorBuilder.streamProcessorMode(StreamProcessorMode streamProcessorMode) Constructors in io.camunda.zeebe.stream.impl with parameters of type StreamProcessorBuilder