1460
1461
// ApplyWorkflowExecutionOptionsUpdatedEvent mocks base method.
1462
>
func (m *MockMutableState) ApplyWorkflowExecutionOptionsUpdatedEvent(event *history.HistoryEvent) error {
mutable_state_mock.go
1463
>
m.ctrl.T.Helper()
1464
>
ret := m.ctrl.Call(m, "ApplyWorkflowExecutionOptionsUpdatedEvent", event)
1465
>
ret0, _ := ret[0].(error)
1466
>
return ret0
1467
>
}
1468
1469
// ApplyWorkflowExecutionOptionsUpdatedEvent indicates an expected call of ApplyWorkflowExecutionOptionsUpdatedEvent.
1470
>
func (mr *MockMutableStateMockRecorder) ApplyWorkflowExecutionOptionsUpdatedEvent(event any) *gomock.Call {
mutable_state_mock.go
1471
>
mr.mock.ctrl.T.Helper()
1472
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyWorkflowExecutionOptionsUpdatedEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyWorkflowExecutionOptionsUpdatedEvent), event)
1473
>
}
1474
1475
// ApplyWorkflowExecutionPausedEvent mocks base method.