shared-infrastructure
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
shared-infrastructure
shared-infrastructure
/
com.vertyll.veds.sharedinfrastructure.kafka.contract
/
OutboxRepositoryPort
/
findBySagaId
find
By
Saga
Id
abstract
fun
findBySagaId
(
sagaId
:
String
)
:
List
<
OutboxMessage
>
(
source
)
Returns every outbox message correlated to the given saga (
OutboxMessage.sagaId
).