Skip to content

Commit 17deb8b

Browse files
respond to PR comments
1 parent 57fb45b commit 17deb8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

temporal-sdk/src/main/java/io/temporal/internal/replay/ReplayWorkflowContext.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ void sideEffect(
251251
*
252252
* @param id id of the side effect call. It links multiple calls together. Calls with different
253253
* ids are completely independent.
254+
* @param userMetadata user metadata to attach to the marker event.
254255
* @param func function that gets as input a result of a previous {@code mutableSideEffect} call.
255256
* The function executes its business logic (like checking config value) and if value didn't
256257
* change returns {@link Optional#empty()}. If value has changed and needs to be recorded in

temporal-sdk/src/main/java/io/temporal/internal/statemachines/SideEffectStateMachine.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ enum State {
7474
/**
7575
* Creates new SideEffect Marker
7676
*
77+
* @param metadata user metadata to attach to the side effect marker.
7778
* @param func used to produce side effect value. null if replaying.
7879
* @param callback returns side effect value or failure
7980
* @param commandSink callback to send commands to

0 commit comments

Comments
 (0)