ExtractedWaitStrategy
data class ExtractedWaitStrategy(val endpoint: String, val waitCommandId: String, val waitStrategy: WaitStrategy.Materialized) : CommandWaitEndpoint, WaitCommandIdCapable, MessagePropagator
Data class representing an extracted wait strategy with its associated metadata. Combines the wait strategy implementation with endpoint and command ID information needed for message propagation and notification.
Parameters
endpoint
The endpoint address for wait notifications.
waitCommandId
The unique identifier for the wait command.
waitStrategy
The materialized wait strategy implementation.