File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
temporal-sdk/src/main/java/io/temporal/internal Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments