ProcessorInfo

Represents information about a message processor.

Processors are components that handle messages within a bounded context. This interface provides the essential metadata needed to identify and locate processors in the messaging system, combining bounded context information with a specific processor name.

Inheritors

Properties

Link copied to clipboard
abstract val processorName: String

The name of the processor.