ProjectionDispatcher

class ProjectionDispatcher(val name: String, val parallelism: Int = MessageParallelism.DEFAULT_PARALLELISM, val domainEventBus: DomainEventBus, val stateEventBus: StateEventBus, val functionRegistrar: ProjectionFunctionRegistrar, val eventHandler: ProjectionHandler, schedulerSupplier: AggregateSchedulerSupplier = DefaultAggregateSchedulerSupplier("ProjectionDispatcher")) : AbstractEventDispatcher<Mono<*>>

Constructors

Link copied to clipboard
constructor(name: String, parallelism: Int = MessageParallelism.DEFAULT_PARALLELISM, domainEventBus: DomainEventBus, stateEventBus: StateEventBus, functionRegistrar: ProjectionFunctionRegistrar, eventHandler: ProjectionHandler, schedulerSupplier: AggregateSchedulerSupplier = DefaultAggregateSchedulerSupplier("ProjectionDispatcher"))

Properties

Link copied to clipboard
open override val domainEventBus: DomainEventBus
Link copied to clipboard
open override val eventHandler: ProjectionHandler
Link copied to clipboard
Link copied to clipboard
open override val name: String

named like applicationName.ProjectionDispatcher

Link copied to clipboard
open override val parallelism: Int
Link copied to clipboard
open override val stateEventBus: StateEventBus

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun run()