WaitStrategyInfo

data class WaitStrategyInfo(val commandWaitEndpoint: String, val stage: CommandStage, val contextName: String, val processorName: String) : ProcessorInfo

Constructors

Link copied to clipboard
constructor(commandWaitEndpoint: String, stage: CommandStage, contextName: String, processorName: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val contextName: String
Link copied to clipboard
open override val processorName: String
Link copied to clipboard

Functions

Link copied to clipboard
fun NamedBoundedContext.getContextAlias(boundedContext: BoundedContext? = MetadataSearcher.metadata.contexts[contextName]): String
Link copied to clipboard