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 contextName: String

The name of the bounded context this entity belongs to.

Link copied to clipboard
abstract val processorName: String

The name of the processor.

Functions

Link copied to clipboard

Checks if this entity belongs to the same bounded context as another entity.