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
Functions
Link copied to clipboard
fun NamedBoundedContext.getContextAlias(boundedContext: BoundedContext? = MetadataSearcher.metadata.contexts[contextName]): String
Link copied to clipboard