Documentation ¶
Overview ¶
Package mapping contains subpackages that implement various message-to-saga mapping strategies.
Directories ¶
Path | Synopsis |
---|---|
Package direct provides a saga mapping strategy that maps messages to saga instances by having the saga implement a method that returns the instance ID directly.
|
Package direct provides a saga mapping strategy that maps messages to saga instances by having the saga implement a method that returns the instance ID directly. |
internal
|
|
Package keyset provides a saga mapping strategy that maps messages to instances by looking up which instance is associated with a key derived from the message.
|
Package keyset provides a saga mapping strategy that maps messages to instances by looking up which instance is associated with a key derived from the message. |
Click to show internal directories.
Click to hide internal directories.